10.5.6.6. IsDataConst
10.5.6.6. IsDataConst
Explanation | This is used to check if the data entered as a string is a number or a character. | ||
Syntax | IsDataConst <src>,<dst> | ||
Parameter | src | Inputted data | V$, LV$ |
dst | Return the analysis result. | V%, LV% 1: number 0: string | |
Example | IsDataConst V$[6],V%[41] | ||
Version | Operation after the V40.23-04_20200730 version |