len(right(number, 3))
Chipp Walters
chipp at chipp.com
Wed Jan 26 01:58:26 EST 2005
put char -4 to -1 of "hello world"
gives you:
orld
Paul Salyers wrote:
>
>
>
> 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
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
More information about the use-livecode
mailing list