Okay, this is probably real simple stuff for you guys. I know its simple, I
used to know some of this stuff when I was learning Visual Basic in school,
but yeah. Only a couple of things.
Firstly, I want to know how to extract an integer from a string. For
example, I would have a string, that says perhaps "LGK1111", and I want to
just extract the 1111 and put it in an integer variable.
The second is how to get the number of records in a table and stick it in a
variable, I kinda want to do one of those "For i = 1 to
ThingForNumberO fRecords".
If I could get the simplest ways of doing this with VBCode I would be very
greatful!
Thank you,
Tom Keane
used to know some of this stuff when I was learning Visual Basic in school,
but yeah. Only a couple of things.
Firstly, I want to know how to extract an integer from a string. For
example, I would have a string, that says perhaps "LGK1111", and I want to
just extract the 1111 and put it in an integer variable.
The second is how to get the number of records in a table and stick it in a
variable, I kinda want to do one of those "For i = 1 to
ThingForNumberO fRecords".
If I could get the simplest ways of doing this with VBCode I would be very
greatful!
Thank you,
Tom Keane
Comment