Nov 14, 2005 #1 Happy2day Programmer Aug 31, 2005 6 US Dim MyArray MyArray = split(mystring,"$",-1,1) msgbox myarray(1) 50,000 available limit how to split the above string ? What is the end of line delimiter? Any help would be appreciated. Thanks in Advance
Dim MyArray MyArray = split(mystring,"$",-1,1) msgbox myarray(1) 50,000 available limit how to split the above string ? What is the end of line delimiter? Any help would be appreciated. Thanks in Advance
Nov 14, 2005 1 #2 PHV MIS Nov 8, 2002 53,708 FR What is the end of line delimiter? usually, vbCrLf Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
What is the end of line delimiter? usually, vbCrLf Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Nov 15, 2005 Thread starter #3 Happy2day Programmer Aug 31, 2005 6 US Thank you so much for your reply,Uma. Upvote 0 Downvote