Subject ot4xb - build 001.005.003.126
From Pablo Botella
Date Sun, 7 Dec 2008 15:53:59 +0100
Newsgroups ot4xb.snapshots
Attachment(s) _ot4xb_.zipot4xb_source_1_5_3_126.zip

ot4xb - build 001.005.003.126
-------------------------------------------
DELEGATED_FPQCALL() - Improved
----------------
DELEGATED_EVAL(bBlock, ... params ... ) - New Function
Eval a codeblock at the GUI thread
----------------
OT4XB_SINGLE_INSTANCE(cUniqueId,oAppHandler,aParams) -> lAlreadyRunning  // New Funcion
----------------
PeekDouble() - Bug Fixed ( truncated return value)
PeekFloat() - New Function
PokeFloat() - New Function
----------------
cPrintf() - Enhancement
cPrintf( cFmt , ...params... ) // Standard behavior
cPrintf( NIL , cFmt , ...params... ) // Parse some embebed escape secuences in cFmt
\xnn  // Hex character    
\dnnn // dec character    // ot4xb extension
\q    //  Double Quote    // ot4xb extension
\a    //  Bell
\b    //  Backspace
\f    //  Formfeed
\n    //  New line
\r    //  Carriage return
\t    //  Horizontal tab
\v    //  Vertical tab
\\    //  Backslash
--------------------
aSplitTxtLines() - New Function
lPathIsRelative() - New Function