Hi,
maybe i am a little overstressed, but i cannot
find any pb function, that will convert a string
to a long.
example:
dim s as string
dim l as long
s = "65"
l = ....(s)
can anyone give me a replacement for ....?
regards,
Torsten
------------------
maybe i am a little overstressed, but i cannot
find any pb function, that will convert a string
to a long.
example:
dim s as string
dim l as long
s = "65"
l = ....(s)
can anyone give me a replacement for ....?
regards,
Torsten
------------------
Comment