Bővebb ismertető
FoxPro Commands and Functions
FoxPro Commands and Functions
expN1 expN2
Modulus operator - Returns the remainder obtained by dividing a numeric expression by another numeric expression.
memvar [. expC]
Macro substitution.
expC1 expC2
Returns true if a character expression is contained in another character expression.
= expr1 [, expr2 ]
Evaluates one or more expressions.
\ text line I Wtext line
Outputs lines of text.
? I ??expr1 [PICTURE expC1] I [FUNCTION expC2] [AT expN1] [FONT expC3 [, expN2]] [STYLE expC4 I expr2] [, expr3]
Evaluates expressions and outputs the results.
??? expC
Sends output directly to the printer.
row, column SAY expr [FUNCTION expC1] [PICTURE expC2] [SIZE expN1, expN2] [FONT expC3 [, expN3]] [STYLE expC4] [COLOR SCHEME expN4 I COLOR color pair list]
Displays output at a specified row and column position.
row, column SAY file BITMAP I general field
[CENTER] [ISOMETRIC I STRETCH] [SIZE expN1, expN2]
or
row, column SAY general field VERB expN3 I expC1
Displays BMPs and OLE objects or calls the OLE server to execute the OLE object verb.