Purpose Remove leading characters |
Solution // sample value Set V[city] "@@@@@München@@@" // character to remove // search first non-matching character Set V[k] 1 label compare if V[trimchar=&V[city](&V[k],&V[k])] Set V[k] &V[k] + 1 goto compare endif // set new string
// test message |
Components |