M
Maarten
Hi all
i'm trying to split a string without a separator
example:
0011010 =
s(1) = 0
s(2) = 0
s(3) = 1
s(4) = 1
s(5) = 0
s(6) = 1
s(7) = 0
s there a way to fix this
regards maarten.
i'm trying to split a string without a separator
example:
0011010 =
s(1) = 0
s(2) = 0
s(3) = 1
s(4) = 1
s(5) = 0
s(6) = 1
s(7) = 0
s there a way to fix this
regards maarten.