
Description
Open a file in append mode

Read / Write
r

Type
number

initial value
1

See Also

Description
Directory on which the file that is currently executed is stored

Read / Write
r

Type
string

initial value
undefined

Description
When there is an error in calling system functions and statements, an error code is returned

Read / Write
r

Type
number

initial value
0

Description
Character string output in HTTP header
Multiple strings can be specified
Each line must end with newline (\n)

Read / Write
rw

Type
string

initial value
Content-type:text/html\n

See Also

Description
Name of the file that is currently executed (except extention)

Read / Write
r

Type
string

initial value
undefined

Description
The current line of the file executed

Read / Write
r

Type
number

initial value
undefined

Description
Open a file in create new mode

Read / Write
r

Type
number

initial value
0

See Also

Description
Arguments used at command prompt
Arguments are entered in an array in order of arguments passing to the command prompt.

Read / Write
r

Type
array

initial value
undefined

Description
Number of arguments used at command prompt

Read / Write
r

Type
number

initial value
undefined

Description
Name of the file that is currently executed (including extention)

Read / Write
r

Type
string

initial value
undefined

Description
Virtual file number in standard error output

Read / Write
r

Type
number

initial value
2

See Also

Description
Virtual file number in standard output

Read / Write
r

Type
number

initial value
1

See Also

Description
Specify a trace level to control information output to a log at execution.
Specify any number from 0 to 6. Larger number outputs more detailed information.
If you want to use this function within eval (including ${}), you need to be aware of the following:
Trace level automatically decreases by 1 in eval. If TRACE is referred to, return value will be a value minus 1.
Even though the trace level is changed in eval, the original level is still effective unless it goes out of eval.

Read / Write
rw

Type
number

initial value
1

See Also

Requirements
dboralib.slb

Description
Character encoding of program
When an XML file is loaded, this does not need to be specified because the XML file includes character encoding in the file.
If the program is output to a file, the program is written in the character code read by default.
This character encoding is used as argument to the function
For example, if the program is written in SJIS,
XML_LOCAL_ENCODING = 'Shift_JIS'
If the program is written in EUC,
XML_LOCAL_ENCODING = 'EUC-JP'

Read / Write
rw

Type
string

Requirements
xmllib.slb

Description
To specify whether or not blank space is stored in the XML document (Boolean value)

Read / Write
rw

Type
number

initial value
TRUE

Requirements
xmllib.slb

Description
To specify whether or not external DTD is loaded (Boolean value)

Read / Write
rw

Type
number

initial value
FALSE

Requirements
xmllib.slb