Quote:
Originally Posted by The_Kez
What is explode be useful for? I've only ever done work in GS2 so this sort of stuff I've never heard of before. 
|
It converts a deliminated string to an array. Useful if you want to work with individual portions of a string without using messy string manipulation functions.