PdcCalculation.Revision

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Revision as String

Description

Returns or changes the revision

Notes

This property returns or sets the 'Revision' of the current calculation.

Code example

This code example returns the Revision of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.Revision

Availability