tcl.set-cmem

Verb: Access/TCL, Releases: AP/Unix

Sets the memory size used for basic/c.

Syntax

set-cmem {size} {(options}

Description

displays or changes the size of the data area used for the BASIC/C or BASIC/GM Assembler interface for the current process.

'size' is the new data size. The valid range is from 1 to 128, in Kilobytes. If size is not specified, the current size is displayed. The new size remains valid for the current process until the system is shutdown. At boot time, the default size is 32K.

Options

q Quiet mode. Suppresses all terminal output.

Example

set-cmem
BASIC/C data size: 32768 bytes (32 K)

See Also

Command Name Type Description
tcl.addbi.unix Verb: Access Adds user-defined built-ins.
tcl.listbi Verb: Access List built-in C functions.
tcl.addbi.apdos Verb: Access Add function to a the AP/DOS monitor.
basic.cfunc Definition can be called from a Pick/BASIC program or subroutine in AP/DOS and AP/Unix implementations using a syntax similar to that of normal C.
tcl.rmbi Verb: Access Removes Unix built-in functions.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.