Jan 28, 2003 #1 rpyoung Technical User Jan 24, 2003 5 GB Im looking to Clearing a variable that contains a text value in my script as it hold the previous value if the next entry is empty???? i hope the above makes sense Cheers Rob
Im looking to Clearing a variable that contains a text value in my script as it hold the previous value if the next entry is empty???? i hope the above makes sense Cheers Rob
Jan 28, 2003 1 #2 Crunt Programmer Aug 27, 2002 1 GB You can do this as follows: dim x x = "Hello stringy world" WScript.Echo x x = "" WScript.Echo x Upvote 0 Downvote
You can do this as follows: dim x x = "Hello stringy world" WScript.Echo x x = "" WScript.Echo x
Jan 29, 2003 #3 mrmovie Technical User Oct 2, 2002 3,094 GB someone should get a star,,,i feel like a teacher in a class room!!! who thought vbscript could be such fun Upvote 0 Downvote
someone should get a star,,,i feel like a teacher in a class room!!! who thought vbscript could be such fun