Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Display More Than 1,023 Characters in a Custom Message BoxContent of Display More Than 1,023 Characters in a Custom Message Box.vbsMD5 Hash: C7FDB0E2188DD238A558F6B1288A7545 |
||
Set objShell = CreateObject("Wscript.Shell")
For i = 1 to 1023 strMessage = strMessage & "." Next strMessage = strMessage & "X" MsgBox strMessage Wscript.Echo strMessage | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |