separeting strings
Posted: 2009-03-12 19:56:38
How can i separete strings using ","
Something like that:
DIM A[10]
...
...
A[10] = 0x0F13,CONTAINER or A[8] = 0x0F13,ground
So i use A[n0] (to get first valor) and A[n1] (to get second valour):
n 1 to 10
UO.FindType('A[n0]','-1','my') ;
uo.moveitem('finditem', '0', 'A[n1]')
next
Something like that:
DIM A[10]
...
...
A[10] = 0x0F13,CONTAINER or A[8] = 0x0F13,ground
So i use A[n0] (to get first valor) and A[n1] (to get second valour):
n 1 to 10
UO.FindType('A[n0]','-1','my') ;
uo.moveitem('finditem', '0', 'A[n1]')
next