Versions Compared

Key

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

Return XFRXlib.fll version number.

Code Block
?Object.GET_XFRXLIB_VERSION()

...

Applies To: XFRX#INIT, XFRX#LISTENERoXFRX

Return value

Number.

Examples

Code Block
LOCAL m.lnErr
m.loXFRX=EVALUATE([xfrx("XFRX#INIT")])
?m.loXFRX.GET_XFRXLIB_VERSION()

...