Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GetResultAsFloat


...

Returns the calculated result of the given property. Default is an optional return value for the function in case of failure. If Default is not provided it defaults to 0.

...


Syntax:

Procedure: GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;


API Call:

Code Block
languagedelphi
titleScripting
linenumberstrue
collapsetrue
output(GetResultAsFloat(ItemPath, 'Qty', 1));