![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Truncate Names to a Maximum of 16 Characters
|
||
strName = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
strName = Left(strName, 16) Wscript.Echo strName | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |