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

<iSTRSPAN> Tag


<iSTRSPANSRC="source string" ( )
FIRST="first character" (1)
NUM="number of characters" (0)
>

This resolves to NUM characters of SRC, starting at FIRST (like BASIC Mid$).
UsageThis can be used cut one string of characters out of another.


iSTRSPAN example
Example Source Code
Top