Omron C200H-ASC11 Manual page 184

Ascii units
Hide thumbs Also See for C200H-ASC11:
Table of Contents

Advertisement

Details of BASIC Commands
new
Syntax:
NEW
Command. Clears the program and all variables in the current memory area.
Description:
This statement is used to clear a program area before beginning to write a new program. All ports
Remarks:
are closed, all variables are cleared and the current program is deleted.
Programs that are protected with a
name must first be cleared using
will result in a "PROTECTED PROGRAM" error (code 0062).
If memory is write-protected with
protection must first be turned OFF with
The
> 10 REM DUMMY PROGRAM
Examples:
> 20 A = 5
> LIST
10 REM DUMMY PROGRAM
20 A = 5
> NEW
> LIST
>
See also:
PINF
command will work even if the program is password protected using
NEW
,
,
,
PNAME
PMEM
PWORD
statement cannot be erased with
PNAME
" ". Attempts to clear a program protected with
PNAME
then
cannot clear the memory area. The write
PMEM
NEW
.
PMEM OFF
7-6
Section
. The program
NEW
PNAME
.
PWORD
175

Advertisement

Table of Contents
loading

This manual is also suitable for:

C200h-asc21C200h-asc31

Table of Contents