View Single Post
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 07-28-2011 , 10:36   Re: [INC] String Stocks
Reply With Quote #6

Quote:
Originally Posted by Destro- View Post
other stock
PHP Code:
new szInput "10 5 9 1"
new output[4]
 
function(
szInputoutput)
 
// output[0] = 10
// output[1] = 5
// output[2] = 9
// output[3] = 1 
That should be achievable using str_explode()
__________________
Hunter-Digital is offline