"value"

Defines the current value / text for multiline texts.

Synopsis

shape.value(float limit);

Parameters

Parameter Description
limit Value / text which is written

Description

Defines the current value / text for multiline texts.

Example

In the following example a upper limit of 150 is defined.

main()
{
  this.value(150);
}

Assignment

TextEdit