O - Petewg/harbour-core GitHub Wiki
Back to Home
NOTE: All database-handling functions, that is, functions whose names used to be prefixed by db***
, hb_db***
and ord***
, have been grouped in a separate page. Follow this link to move there.
-
OS() ➜ cOSName
returns the operating system name as a character string. -
OutErr(
<exp list>
) ➜ NIL
writes a list of values to the standard error device -
OutStd(
<exp list>
) ➜ NIL
writes a list of values to the standard output device
Back to Home