SQLite and cut string
#1

If i save string to database it how i can cut this piece of string?

Example:

String: 111222333444555666777888999
And i want save this to variable
v1 = 111
v2 = 222
etc
Reply
#2

you can use the function strmid()

and cut out any part of the string
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)