Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set aFloat = anInteger.convertToFloat()
Semantics convertToFloat() reclassifies the integer as Float.
SubstitutablesanInteger Can be any variable or object attribute having the type Integer.
Examples
Code Block
languagenone
set aFloat = anInteger.convertToFloat();