G
Guest
hello
i got a table with 1 field, and that field as info like this
OLDA000000000000000 000000000000012
OLDA000000000000000 000000000000008
as a string
how do i slit the string like this into two fields and make the second a
numeric
like this
field1 field2
OLDA000000000000000 12
OLDA000000000000000 8
into a new table.
thanks
i got a table with 1 field, and that field as info like this
OLDA000000000000000 000000000000012
OLDA000000000000000 000000000000008
as a string
how do i slit the string like this into two fields and make the second a
numeric
like this
field1 field2
OLDA000000000000000 12
OLDA000000000000000 8
into a new table.
thanks