The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 crash problems with labtalk script

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Oliver Stoll Posted - 01/04/1999 : 7:30:00 PM
Can anyone help me ?

I have the following problem. I´ve tried to write a Labtalk script in the script window.
Each time I use an "if" structure, origin crashes.
Is that a bug ? Or maybe a system specific problem ?

I run the script just by marking it and pressing return. May that be the reason for the crash ?

1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 01/04/1999 : 7:54:00 PM
LabTalkTM is an interpreted language - which would normally be much slower than a compiled program. In order to allow scripts to run as fast as possible, we do not do any 'safety checks' that would trap any syntax or logic errors and thus prevent a script from crashing Origin.

You probably have a syntax error in your code. Consult the LabTalkTM Manual, the online Help file (under Help:LabTalk...) or some of the many examples of script in the OGS files in your Origin folder(directory). The OGS files are readable with any text editor and contain over 200000 bytes of LabTalkTM code, including numerous instances of the if statement.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000