ep.hobbyiest
Full Member level 4
- Joined
- Jul 24, 2014
- Messages
- 212
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 18
- Activity points
- 1,487
i am struggling with separate data from continuous string.
string is like as follows
like this
where i use
@ - start of data
% - end of data
so i want data like ab00, cd99 and kl88 seperately.
what can i do this further?
string is like as follows
Code:
@ab00%@cd90%@kl88%
where i use
@ - start of data
% - end of data
so i want data like ab00, cd99 and kl88 seperately.
what can i do this further?