[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
varput( xNewVal ) -> < nil >
------------------------------------------------------------------------------
PARAMETER:
<xNewVal> is the new value of the variable associated with the
control.
DESCRIPTION:
::varPut() stores the <xNewVal> value in the controls variable by
evaluating the ::bSetGet block with this value as an argument.
EXAMPLE:
+-------------------------------------------------------------+
| /* Use cGetFile to set the oGet control */ |
| cTemp := cGetFile("Files (*.*)|*.exe","Filename" ) |
| oGet:varPut( PADR( ctemp, 40 )) |
| oget:refresh() |
| |
+-------------------------------------------------------------+
See Also:
VarGet
bSetGet
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson