how to write a startup script in winrunner
No Answer is Posted For this Question
Be the First to Post Answer
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
Which scripting language is better among TCL Perl and Python and why?
write a regular expressions to fetch all the valid ip's
How TCL works
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
Test case on windows calculator?
How to get the next ip for given ip ex: 10.10.10.1 -> 10.10.10.2 ex: 10.10.10.255 -> 10.10.11.0
Problems with utf-8 between Mac and PC
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 }
How to run a package in tcl
How do you check whether a string is palindrome or not using TCL script?