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 anInteger = random(minimum, maximum)
Semanticsrandom() returns anInteger value between minimum and maximum.
Substitutablesminimum, maximumCan be any variable or object attribute having the type Integer. If maximum is less or equal minimum an error will occur. 
Examples
Code Block
languagenone
set rand = random(0, 10);
rp
Panel
titleRelated Pages: