T O P I C R E V I E W |
axel3 |
Posted - 02/13/2003 : 07:28:21 AM I realized my application getting slower and slower while the results- window keeps all my fitting information.
Does anyone know the LabTalk-command for clearing it or the last entry? |
3 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 02/14/2003 : 08:20:57 AM Origin 6.1 SR4 LabTalk Help:
type.clearResults() Clear all results in the Results Log.
...Patch 4 for Origin 6.1 is still available for download.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 02/14/2003 08:22:16 AM
Edited by - Mike Buess on 02/14/2003 08:32:03 AM |
axel3 |
Posted - 02/14/2003 : 02:53:26 AM Thank you, but unfortunatly I still have to use Origin 6.1 , and it seems that this option does not yet exist in it.
Do you have any other idea?
|
Mike Buess |
Posted - 02/13/2003 : 07:43:01 AM This is from the Origin 7 programming guide...
type.clearResults([keyname[, firstindex[, lastindex]]]) -- Clear the Results Log. If a keyname is passed, then only the results with the keyname will be cleared. If no keyname is passed, then all results will be cleared.
Mike Buess Origin WebRing Member |