Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

FILE (lun) DLM=delimiter string

Syntax: FILE (lun) DLM=delimiter string
Discussion: This statement is used to set the mode for the asynchronous device such that the read is satisfied when the specified character is received, where DLM string is a one-byte character. Note that the default mode for asynchronous devices is DLM="@0D@" (i.e., a carriage return character).

See FILE.