31
GLBasic - en / Re: ShellEND on Pocket PC
« on: 2008-Oct-06 »Thats good news, chalk another sale when thats out. (im still on trial)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
test$ ="1,,3"
num = SPLITSTR(test$, splits$[], ",")
FOR i=0 TO num-1
PRINT ">"+splits$[i]+"<", 0, 20*(i+1)
NEXT