Login | |
|
 |
Re: What functions are compatible with which OS? - 5/9/2005 7:44:02 AM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
It is not dependent on the OS, in most cases, but on the version of WSH. Check out the WSH help document in my sig, look under vbscript/reference/Version info and you will find a list there. Also, I have not had any issues with using Left or Right on 2000 and if I remember correctly, on NT4. To get a rough idea what version you have installed copy the following line into a script and see what you get. msgbox wscript.version, alternativly, you can get the version by looking at vbscript.dll found in the windows folder.
|
|
| |
|
|
|
|
|