T O P I C R E V I E W |
peter.cook |
Posted - 02/16/2004 : 05:46:41 AM Hi,
Is there any difference and/or recommendation between using LT_Obj or LabTalk and using keywords?
Cheers,
Pete
|
2 L A T E S T R E P L I E S (Newest First) |
peter.cook |
Posted - 02/17/2004 : 04:49:19 AM Hi Mike,
Thanks for the helpful reply. I also would prefer LabTalk.object but might use LT_obj on occasion for convenience of copying chunks of existing LabTalk code whilst migrating to Origin C.
Cheers,
Pete
|
Mike Buess |
Posted - 02/16/2004 : 12:58:36 PM Hi Pete,
I don't know which (if either) is the preferred method, but I find LabTalk.objedt more convenient because it blends into the OC code seemlessly. For example,
using NLSF = LabTalk.NLSF; - use NLSF properties and methods as in LabTalk -
Now I can scatter NLSF statements throughout my OC function instead of grouping them into one or more _LT_Obj blocks. But I suspect it's a matter of personal taste - some may prefer to group LT statements for didactive purposes.
Mike Buess Origin WebRing Member |
|
|