10.5.6.9. SplitStr
10.5.6.9. SplitStr
Explanation | This is used to divide the inputted string based on ‘ ‘(spacing). There are up to 20 split strings. The split first string is divided into the first three characters and last characters (responding to For SDC). Ignore “#” in the last word. | ||
Syntax | SplitStr <src>,<dst> | ||
Parameter | src | Inputted string |
|
dst | Array of a split string |
| |
Example | SplitStr “013Commnd CM1 4 15 1#”, V10$ è V10$ : 013, V11$ :Command, V12$ : CM1, … , V15$ : 1 è No other role assignments until V29$ -> Fixed space is needed for up to 20 items. | ||
Version | Operation after the V40.23-04_20200730 version |