Forgive my ignorance but what is the advantage of the 'token format' approach.
-----Original Message-----
From: Schlieker, Reiner [mailto:reiner.schlieker@siemens.com]
Sent: 19 August 2003 07:11 pm
To: VEE vrf
Subject: [vrf] RE: Create table
I'd suggest reading the file using the token format, with a comma, and
carriage return and line feeds as tokens. This will delimit the file into a
2d array, which will display as a table in an alpha-numeric. Example
attached...
Reiner
-----Original Message-----
From: Andreas Trinkle [mailto:trinkle.fbp@fht-stuttgart.de]
Sent: Tuesday, August 19, 2003 10:04 AM
To: VEE vrf
Subject: [vrf] Create table
Hey I'm a beginner in programing Vee(pro). I like to read a file with a
couple of colums (seperated by comma) and display the values in a table.
How can I realize this?
Thank you for your help!
Andi
---
You are currently subscribed to vrf as: reiner.schlieker@siemens.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
-----Original Message-----
From: Schlieker, Reiner [mailto:reiner.schlieker@siemens.com]
Sent: 19 August 2003 07:11 pm
To: VEE vrf
Subject: [vrf] RE: Create table
I'd suggest reading the file using the token format, with a comma, and
carriage return and line feeds as tokens. This will delimit the file into a
2d array, which will display as a table in an alpha-numeric. Example
attached...
Reiner
-----Original Message-----
From: Andreas Trinkle [mailto:trinkle.fbp@fht-stuttgart.de]
Sent: Tuesday, August 19, 2003 10:04 AM
To: VEE vrf
Subject: [vrf] Create table
Hey I'm a beginner in programing Vee(pro). I like to read a file with a
couple of colums (seperated by comma) and display the values in a table.
How can I realize this?
Thank you for your help!
Andi
---
You are currently subscribed to vrf as: reiner.schlieker@siemens.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
couple of colums (seperated by comma) and display the values in a table.
How can I realize this?
Thank you for your help!
Andi
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> Hey I'm a beginner in programing Vee(pro). I like to read a file with a
> couple of colums (seperated by comma) and display the values in a table.
> How can I realize this?
In the simplest case it woudl just be a "from file" to read in the data
as an array- and a "to string" to format it as two columns as you suggest.
see attached code
Output formatting couldof course get quite different depending
upon what you would like to do.
Stan
VEE how to delimit the text file (which is separating the columns with
commas) into a 2D array. It also removes the commas from the output. What
is maybe not so evident is that the file is also delimiting the ROWS with
carriage returns, which is why they need to be included in the token list.
I store my test data in this comma separated values format so that it can
easily be imported into excel, or any other app that needs to use the data.
Reiner
-----Original Message-----
From: Ivan Edwards [mailto:ie@irisys.co.uk]
Sent: Wednesday, August 20, 2003 4:58 AM
To: VEE vrf
Subject: [vrf] RE: Create table
Importance: High
Forgive my ignorance but what is the advantage of the 'token format'
approach.
-----Original Message-----
From: Schlieker, Reiner [mailto:reiner.schlieker@siemens.com]
Sent: 19 August 2003 07:11 pm
To: VEE vrf
Subject: [vrf] RE: Create table
I'd suggest reading the file using the token format, with a comma, and
carriage return and line feeds as tokens. This will delimit the file into a
2d array, which will display as a table in an alpha-numeric. Example
attached...
Reiner
-----Original Message-----
From: Andreas Trinkle [mailto:trinkle.fbp@fht-stuttgart.de]
Sent: Tuesday, August 19, 2003 10:04 AM
To: VEE vrf
Subject: [vrf] Create table
Hey I'm a beginner in programing Vee(pro). I like to read a file with a
couple of colums (seperated by comma) and display the values in a table.
How can I realize this?
Thank you for your help!
Andi
---
You are currently subscribed to vrf as: reiner.schlieker@siemens.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: reiner.schlieker@siemens.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".