[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MULTI-STATEMENT   Multi-statement lines, CAUTION.

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  When using multiple statements on one programming line; i.e.;
  separating commands with a semi-colon; there are several commands
  which will cause erroneous results, if they are not at the end of
  line.

  Cause

  Pre-processor action.

  Work Around(s)

  Make sure that the following commands, if used, appear at the end
  of the line, ONLY.

  ENDDO    <*x*>             SET STEP <*x*>
  ENDIF    <*x*>             SET SAFETY <*x*>
  ENDCASE  <*x*>             SET TALK <*x*>
  ENDFOR   <*x*>             SET PATH TO <*path*>
  SET ECHO <*x*>             SET COLOR TO  <*spec*>
  SET HEADING <*x*>          SET COLOUR TO <*spec*>
  SET MENU <*x*>             RUN <*cmd*>
  SET STATUS <*x*>           ! <*cmd*>

  COPY   TO   <(file)>  DELIMITED  WITH <*delim*>
  APPEND FROM <(file)>  DELIMITED  WITH <*delim*>

See Also: STD.CH DELIMITED | SDF SET COLOUR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson