Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>?/??</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
?/??


Syntax:     ?/?? <exp list>

Purpose:    To display the results of one or more expressions separated
            by a space.

Argument:   <exp list> is the list of values of any data type to
            display.  The list can consist of any combination of data
            types including memo type.

Usage:      There are two forms of the command.  ? by itself displays a
            carriage return/line feed before displaying the results of
            the expression list.  The ??, by contrast, sends the output
            without the carriage return/line feed thus allowing
            successive ?? commands to display to the same line.

            Note that the result of each expression in the list is
            separated by a space.

Library:    CLIPPER.LIB


----------------------------------- Examples -------------------------------

   This example displays on two separates lines:

   ? "Hello "
   ? "there"

   Results:       Hello
                  there


   This example, by contrast, displays on the same line:

   ? "Hello "
   ?? "there"

   Results:       Hello there


See Also: @...SAY...GET TEXT

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson