APLX Help : Help on APL language : System Functions & Variables : ⎕CONF Configure APL
|
|
![]() |
|
The user can change certain parameters of the APL system via 5 ⎕CONF 0 = disable interrupts, 1 = enable interrupts 6 ⎕CONF (date format) (time format) (display order) date 0 = US 8 character mm/dd/yy 1 = US 10 character mm/dd/yyyy 2 = European 8 character dd/mm/yy 3 = European 10 character dd/mm/yyyy 4 = ISO yyyy-mm-dd time 0 = 24 hour US hh.mm.ss 1 = 24 hour European hh:mm:ss 2 = 12 hour US hh.mm.ss am 3 = 12 hour European hh:mm:ss am order 0 = time before date 1 = date before time 7 ⎕CONF Preferred workspace size for this workspace (in bytes), or 0 for the default value, -1 for 'as much as possible' 8 ⎕CONF APL component file-system name, as a character vector In each case the result returned by The Interrupt Checking Flag is a workspace parameter. A workspace can be saved with attention checking off, thereby preventing the latent expression being interrupted. The Date/Time Format controls the display format adopted by The Preferred Workspace Size parameter applies to the current workspace if you The APL Component File-System Name is the filename used for component-file operations using the |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕CONF Configure APL
|
Copyright © 1996-2010 MicroAPL Ltd