Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Wiki Markup
{alias:sta}

Name

sta — Stack text

Syntax

...

Stack entry for reading or for expansion of dialog text. Will put text into the stack. The stack is always read first in a command dialog or by the command rea ter.

Arguments

text

Stack text, may also contain variables.

Examples

Ex.1: Read three points interactively to generate a dataset

No Format
bgColor#eeeeee
borderWidth1

sta 2 4 6         ;# stack first point
sta 3 2 5         ;# stack second point
sta 4 5 3         ;# stack third point
rea ter           ;# read from stack

...