Retrieves the value of a section in a DigaSystem section string parsed as Int64.
Properties
Input
|
Name |
Description |
|---|---|
|
SectionString |
DigaSystem section string, e.g. "[LENGTH]123[TEST]Abc". |
|
Name |
Name of the section to retrieve, e.g. "LENGTH" |
|
DefaultValue |
Default value returned when section does not exist (type: Int64). |
Output
|
Name |
Description |
|---|---|
|
Value |
Result value is returned in variable of type Int64. |