[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WQOut( aParams )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<aParams> Is an array containing all the values to be displayed on
the screen.
DESCRIPTION:
WQOut() displayes the contents of an Array in a Message box
EXAMPLE:
+--------------------------------------------------------------+
| /* Display an Array */ |
| LOCAL ; |
| aTest := {1, "Now is the time", date() } |
| |
| WQOut( aTest ) |
+--------------------------------------------------------------+
SOURCE:
SOURCE\WINAPI\FUNCTION\WQOut.prg
See Also:
Messagebox
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson