ECHOIN

The ECHOIN function returns a command (or property) to be used in a RUN function argument.

Syntax:
ECHOIN (single-integer-expression, single-text-expression)
Meaning:
ECHOIN (card#, item_or_group_interpreted_as_text)
Returns:
A single object

Examples

Before ECHOIN was introduced, the RUN function was used in this way:

RUN ("Mymap", "-IE1S"+NUMBERTOTEXT (SIZE(Data))+ " " + TEXT(Data)))

You can use ECHOIN with RUN, similar to the following example:

RUN ("Mymap", ECHOIN(1,(Data)))

Related functions

HANDLEIN