Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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