How to run a package in tcl
Answers were Sorted based on User's Feedback
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
how to write the startup scripts in winrunner? can any body explain with example code?
if i give in numbers output should be in characters example : set a 23 o/p twentythree
write a regular expressions to fetch all the valid ip's
how to write a startup script in winrunner
How TCL works
How increment a character? For example, I give 'a' and I should get 'b'.
How do you find the length of a string without using string length command in TCL??
How do you check whether a string is palindrome or not using TCL script?
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
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 }
write a program to the given ip is valid private address or not(192.168.1.1)?