APLX Help : Help on APL language : System Commands : )IN Import transfer file
|
|
|
|
|
Imports a Transfer File into the active workspace. Transfer Files are text versions of APL objects that are created by the You can import either the whole Transfer File, or just selected items as specified by the 'names' parameter of the command. For example: )FNS
)IN DISPLAY (Read the whole Transfer File)
)FNS
ABSTRACT DISPLAY DESCRIBE
)CLEAR
CLEAR WS
)IN 3 DISPLAY DESCRIBE (Read specified objects from Transfer
File in Library 3)
)FNS
DESCRIBE
)IN 2 DODO (Transfer File not found)
WS NOT FOUND
Library specification and path namesThere are two different ways in which you can specify where APLX should look for the Transfer File:
See the description of the |
|
APLX Help : Help on APL language : System Commands : )IN Import transfer file
|
|
Copyright © 1996-2010 MicroAPL Ltd