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
 datasets and worksheet ??

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
alex_eagle Posted - 02/23/2002 : 12:07:58 PM
Hi,
in a script I make a worksheet with the create -w command, then I add columns with the worksheet -a command. But its not possible to set values in the worksheet with script for rows greater than 30 ?
e.g. %(%H,3,31)=5 leads to a command error ?
Does somebody know this problem ?
Thanks
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 02/23/2002 : 4:10:09 PM
New columns, like worksheets created with win -t Data, have only 30 rows. You need to use the set command after adding columns.

create test -w 64; // create wks named test with 2 columns, 64 rows
wo -a 1; // add a column
set test -er 64; // set the number of rows to 64 again
%(%H,3,31)=5; // no error

See this topic for a related discussion.

Mike Buess
Origin WebRing Member

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