-
Notifications
You must be signed in to change notification settings - Fork 1
Expand
mtbeek32 edited this page Feb 19, 2024
·
5 revisions
String functions expand
- expand(item, placeholderString)
expand(item, placeholderString) results in a string parameter with the expanded value of the placeholderString in the context of the item argument.
Expansion means placeholders are replaced by (sub)folders on the local machine. See folders and placeholders for more information on placeholders.
5.60
parameter<string> LocalDataProjDir := expand(. ,'%localDataProjDir%');
result: LocalDataDir = 'C:/LocalData/operator' (or based on the value of another %localDataProjDir% configured)
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.