|
-
Nov 23rd, 2010, 10:28 AM
#2
Re: text file replace
Use Split() to split the string into an array using ~ as the delimiter. Then join it manually into a string using a for loop, but on the second iteration instead of joining with ~ join them with -
Just of the top of my head. There's probably a hundred more ways of going about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|