Software
>>
OS
>>
Windows
>>
Scripting
>>
VBScript
>>
How to split a line with a specific delimiter character
aItems = Split(sLine,";")
for each sItem in aItems
... code to process sItem
next
Please enable JavaScript to view the
comments powered by Disqus.