Back Previous Next


Linguist basic package - get

Syntax:

   get {buffer} using dialog {title} [at {left} {top}]

Keyword handler:

   linguist.basic.keyword.BKGet.class

Runtime handler(s):

   linguist.basic.handler.BHGet.class

Function:

Gets a filename using a dialog and puts it into a buffer. The system will remember the last directory you visited and return to it next time.

Example(s):

   get InputFileName using dialog
      "Choose the input file" at 100 100


Back Previous Next