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
 Ask ascimport.numcolumns in Ver 7.0

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
rihuang Posted - 12/11/2003 : 08:35:20 AM
Hello:

I wanna try to set ascimport.numcolumns=5; in labtalk
however, when I click ASCII Options in Import to check:
the "# of columns" did show 5
But the choosen radio was set in "Unknown"
How could I set the radio left of the "# of columns" I set?
Thanks a lot~
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 12/11/2003 : 1:05:15 PM
The ascimport object is undocumented in Origin 7.0, but the Origin 7.5 help description for ascimport.numcolumns says you should use Partial Import instead. Below are the Partial Import properties from the Origin 7.5 programming guide. A dump of ascimport properties (ascimport.=) shows that they also exist in Origin 7.0 SR4.

Ascimport.Partial - Use Partial Import (1) or Full Import (0)
Ascimport.Partial.C1 - First column for partial import
Ascimport.Partial.C2 - Last column for partial import
Ascimport.Partial.R1 - First row for partial import
Ascimport.Partial.R2 - Last row for partial import

Hope that helps.

Mike Buess
Origin WebRing Member

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