Split a Number of Characters From a String
SPLITN S1$, nr [,S2$]
A Number of nr characters is splitted from string S1. This part of the string is stored on S2. In S1 the remainder of the original string remains.
If S2 is not given, the splitted part is not stored.
- POS - Search for Substring in String
- SPLIT - Split String with Separators
|