Group Miscellaneous Functions
AlloFree()
Determines free memory.
AlloFree() --> nFreeMemory
Blank()
Creates an empty value for data types A,C,D,L,M,N
Blank( <xValue>, ; // Type: ABCDLNM [<lSpaces>] ; // Type: L Default: .F. ) --> xEmptyValue
Complement()
Creates the complement for values of data type C, D, L, M, N
Complement( <xValue> ; // Type: CDLNMN ) --> xComplement
DataType()
Determines the data type of a value or an expression as a numeric value.
DataType( <xValue> ; // Type: Any ) --> nDatatype
GetTic()
Retrieves the number of timer ticks.
GetTic() --> nNumberOfTicks
KbdDisable()
Function KbdDisable() is not supported.
KbdEmulate()
Function KbdEmulate() is not supported.
KbdSpeed()
Function KbdSpeed() is not supported.
KbdStat()
Determines the state of special keys like Shift, Ctrl or Alt
KbdStat() --> nKeyState
KbdType()
Determines the keyboard type.
KbdType() --> nKeyboardType
KeySec()
Function KeySec() is not supported.
KeyTime()
Function KeyTime() is not supported.
MilliSec()
Defines a delay in units of 1/1000 of a second.
MilliSec( <nMilliSecondsDelay> ) --> cNullString
Nul()
Converts any value or expression to a null string ("").
Nul( [<xValue>] ; // Type: Any ) --> cNullString
ScanKey()
Waits for a key press and returns the keyboard scan code.
ScanKey() --> nScanCode
SetTic()
Defines whether to start or to stop monitoring timer ticks.
SetTic( <lStartStop> ) --> lStartStop
ShowKey()
Function ShowKey() is not supported.
Sound()
Creates one or more tones of specified frequency and duration.
Sound( <nFrequency|cToneSeries>, ; // Type: NC [<nDuration|lTimer>], ; // Type: NL [<lTimer>] ; // Type: L Default: .F. ) --> cNullString
Speed()
Function Speed() is not supported.
StackFree()
Function StackFree() is not supported.
ToolVer()
Retrieves the version number of XbToolsIII
ToolVer() --> cVersionNumber
XtoC()
Converts values of datatype C, D, L, M, N to a string.
XtoC( <xValue> ; // Type: CDLMN ) --> cValue