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 for Programming
 LabTalk Forum
 Code Builder: LabTalk script does not type output

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
AKazak Posted - 05/01/2020 : 04:12:58 AM
OriginPro 2019b (64-bit) 9.6.5.169

I enjoy working with Code Builder to edit LabTalk scripts.

However, I noticed a difference between the Script Window and Code Builder. The following command produces an output in Script Window, but does nothing in Code Builder:
type "The current workbook is %h"


How do I get the type output in Code Builder?

Thank you.
4   L A T E S T    R E P L I E S    (Newest First)
AKazak Posted - 05/06/2020 : 05:39:25 AM
Is there an LT or OC command to scroll Output Window to its very end (bottom)?
AKazak Posted - 05/02/2020 : 05:37:16 AM
Is there a command to clear Output window?
AKazak Posted - 05/02/2020 : 05:19:21 AM
quote:
Originally posted by cpyang

Add
type.redirection=32;

at the beginning to set output to code builder Output window, see

https://www.originlab.com/doc/LabTalk/ref/Type-obj

CP




Great!
Thank you. It wasn't an obvious setting.
cpyang Posted - 05/01/2020 : 3:35:51 PM
Add
type.redirection=32;

at the beginning to set output to code builder Output window, see

https://www.originlab.com/doc/LabTalk/ref/Type-obj


CP

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