A
A Mad Doberman
All:
I know how RIGHT, LEFT, and MID work....as I understand these
functions, they work with strings.
Is there a similar function that will work with non-strings, such as
SINGLE or INTEGER type variables?
Here's what I need.....I need to write some code to do some stuff
based on the last number in a SINGLE variable.
For example: Do this if the variable ends with a 1 (such as 25341) or
do that id the variable ends with a 3 (such as 23).
I suppose I could set a string variable equal to a Single variable,
then work with the string. However, I was looking for something a
little cleaner.
I know how RIGHT, LEFT, and MID work....as I understand these
functions, they work with strings.
Is there a similar function that will work with non-strings, such as
SINGLE or INTEGER type variables?
Here's what I need.....I need to write some code to do some stuff
based on the last number in a SINGLE variable.
For example: Do this if the variable ends with a 1 (such as 25341) or
do that id the variable ends with a 3 (such as 23).
I suppose I could set a string variable equal to a Single variable,
then work with the string. However, I was looking for something a
little cleaner.