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
 Where are the Objects?

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
contac Posted - 02/14/2002 : 07:43:52 AM
Hello at all!

I'm a novice under Origin. Since years, i've made codes in Languages like C++, VB, Java, etc.. and recurrent topics are the capability of defining local and global variables, public and private functions, data types, and so on..

But searching in standard origin documentation i've found that only 26 string variables are able to be used. It's really true??, Are there a way for work with strings, integers, floats, structures and all data types well improved in another languages?.
In addition, how could you define a local string variable? . How would you declare a pointer to a variable?

I think that worksheets are the only way for do that, or in the worst case, for approximating to a similar data environment.

Or maybe, the ask for my question is to build my whole application in VB, and access Origin functionalities externally.


Thanks, I'll be glad to receive comments.

3   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 02/14/2002 : 1:04:30 PM
LabTalk was never intended as full-featured programming language like C++, VB, etc. LabTalk commands and functions make no distinction between floats, integers, doubles or other types, so there is no need for declarations. There is no distinction between global and local variables, either. If a variable is needed only for a specific worksheet or plot, just save it in a label or UIM object (often hidden) on the worksheet or plot window. (That also works well for getting around the 26 string variable limitation.) If you need anything more than LabTalk has to offer you can always build your own DLL and call it from Origin. Origin C will make all of this much more efficient, but the tools were already there for developing useful applications.

Mike Buess
Origin WebRing Member
contac Posted - 02/14/2002 : 12:16:24 PM
The 7.0 version will be purshased soon, but there are a specifical actualization in 6.x?

How the programmers do for repair this fault in the actual version of ORIGIN?.

What kind of framework we must to take?.

Thanks to all
Mike Buess Posted - 02/14/2002 : 09:54:26 AM
I think that all (or at least most) that you're asking for will be available with OriginC in Origin 7.0. Check out the new features on OriginLab's home page.

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 02/14/2002 09:56:07

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