[ Main Menu ] [ Extension Tools Menu ] [ Basic Edition Menu ]

<iSTRRIGHT> Tag


<iSTRRIGHTSRC="source string" ( )
NUM="destination string" (0)
>

Resolves to right NUM characters of SRC. If negative, none are returned. If it is greater than the length of the string, SRC is returned in full.
UsageThis can be used to get the right most number of characters of the specified string. Can be used in conjunction with iSTRIN and iSTRLEFT to break up a URL into the server, domain and TLD components.


iSTRRIGHT example
Example Source Code
Top