CodeBase - String Split
Return to the CodeBase listing
Category: Text
Version: 1.0
Information
Uploaded: 23rd Jan 2005 21:01
Modified: 1st Jan 1970 01:00
Author: Vir Ex Machina
Summary
Splits a string around a split sequence
Full Description
Splits a string into tokens given a split token<br /> <br /> ex: split(string,",")<br /> print array count StrTable()<br /> <br /> StrTable() is accessible in the global symbol table (?!?). I don't have a clue why. You can not pass arrays back and forth between functions it seems.
Comments
No comments yet.