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

<iSTRLEFT> Tag


<iSTRLEFTSRC="source string" ( )
NUM="number of characters" (0)
>

Resolves to left 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 left most number of characters of the specified string. Can be used in conjunction with iSTRIN and iSTRRIGHT to break up a URL into the server, domain and TLD components.


iSTRLEFT example
Example Source Code
Top