Versions Compared

Key

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

What are they?

Expressions are a mechanism for the auto-completion of values which may not be known until build execution time (for example the current build number).  They can also be used to autocomplete variables.

...

Table of Contents
minLevel3

...






...

Generate a new random integer value

If one parameter is provided it designates a random number in the range of greater than or equal to zero and the number provided will be generated

If two parameters are provided they designate the range for the generated number.

If no parameters are provided a 32-bit integer greater than or equal to zero and less than Int32 max value (2,147,483,647) will be generated.

...

$Utils.RandomNumber("1", "10")$

$Utils.RandomNumber("10")$

$Utils.RandomNumber$

5

2

...

TO MOVE....







Anchor
repository
repository
Repository (used by $Source )

...