How to run a package in tcl
Answers were Sorted based on User's Feedback
How increment a character? For example, I give 'a' and I should get 'b'.
How TCL works
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
if i give in numbers output should be in characters example : set a 23 o/p twentythree
how to write a startup script in winrunner
write a program to the given ip is valid private address or not(192.168.1.1)?
Where can find the sample tcl programs?
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
how to write the startup scripts in winrunner? can any body explain with example code?
How do you find the length of a string without using string length command in TCL??
Write a proc to increment the ip by the given no. of times. The incremented IPs should be a valid one. Ex: proc <name> {ip no_of_incrments} { body }