Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unknown macro: {alias}

Name

sta — Stack text

Syntax

sta text

Description

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

Unknown macro: {indent}

Stack text, may also contain variables.

Examples

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

        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

The above example shows a convenient way to create a little dataset.

See also

rea ter, val

  • No labels