Versions Compared

Key

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

...

Examples

Example 1


The attribute@FRAME :DespProgram

in the relation

DESP$ = GET$("Desp.out", "Desp.exe", DESPINPUT$)

allows you to store DESP.EXE in the parameter DespProgram (by means of "Include Satellite in Frame" menu option in the Knowledge Browser). Upon execution of the GET$() function, the executable is executed from DespProgram.

Example 2 

The attribute@FRAME :TableData

in the relation

Y = DQUAD(1, 2, "X", "Y", X)

...