[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.4.7 Decompilation

83197 EDITDECOMP$ ( ob → $ )
Calls setStdEditWid and the decompiles for editing like <REF>editdecomp$w.
83183 DECOMP$ ( ob → $ )
Calls <REF>setStdWid and decompiles entire object (UserRPL components only). Breaks the string into lines using DcompWidth as width.
8318D DO>STR ( $ → $ )
( ob → $ )
Internal version of →STR.
831BF Decomp%Short ( % #width → $ )
Decompiles a real number into a string of the given #width. It will drop less significant digits or add zeros as needed, but will also exceed #width when necessary. E.g. "-1.e-33" cannot be written with less than 7 characters, so even if #width is less, 7 chars will be used. %0 is always decompiled as "0".



This document was generated by Carsten Dominik on May, 30 2005 using texi2html