len(right(number, 3))
Paul Salyers
ps1 at softseven.org
Wed Jan 26 01:14:02 EST 2005
How is this statement wrote in Rev,
len(right(number, 3)
this in VB will take the number ex:
number = "12345678"
and cut it down to
number = "678"
starting at the right and give you the first 3 numbers.
I need to do this in Rev.
I searched "len" and got
put char (length(it) - 3) to (length(it)) of it into myExtension
but don't understand what it means.
Paul Salyers
PS1 - Senior Rep.
PS1 at softseven.org
Http://ps1.SoftSeven.org
More information about the use-livecode
mailing list