STRSUB
returns a part of a string (a substring). The starting point and the number of characters of the substring can be defined.
Syntax
STRSUB (string, start, number)
Parameter
string
(string): string which should be evaluated
start
(integer): starting point, where the substring starts
number
(integer): number of characters for the substring
Remarks
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |