Jump to content

[SOLVED] VBS split string into array of characters


Recommended Posts

Anybody know how to split a string into an array of charters in VBScript?

As in: "string" -> [0]="s", [1]="t",[2]="r", etc...

I used split(text,"",-1,1), but it did not work.

Or, does anybody know a good site/forum dealing in VBS?

 

I am really having a hard time finding good documentation on VBS.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.