OutChr
|
Write the first nCount bytes from the string.
SYNTAX
OutChr( nHandle, cBytesToWrite, nCount ) --> lSuccess
Parameters:
nHandle
|
Instance identifier
|
cBytesToWrite
|
String to write
|
nCount
|
Number of bytes.Usually, nCount == Len( cBytesToWrite )
|
Returns:
lSuccess
|
TRUE if succes, otherwise FALSE
|