"Bauer, Brian <brian.bauer@rfsworld.com> wrote:
> Hello,
> I have 5 1D arrays that I need to combine and print to a .txt file.
> When I use Get Values to combine them, it transposes them. I would
> like to have the five arrays sent to a text file like this:
>
> 1 2 3 4 5
> 1 2 3 4 5
> 1 2 3 4 5
>
> How can I combine them to look like what is above? Instead I keep
> seeing this...
>
> 1 1 1 1 1
> 2 2 2 2 2
> 3 3 3 3 3
> 4 4 4 4 4
> 5 5 5 5 5
transpose()
will transpose what you have
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Hello,
> I have 5 1D arrays that I need to combine and print to a .txt file.
> When I use Get Values to combine them, it transposes them. I would
> like to have the five arrays sent to a text file like this:
>
> 1 2 3 4 5
> 1 2 3 4 5
> 1 2 3 4 5
>
> How can I combine them to look like what is above? Instead I keep
> seeing this...
>
> 1 1 1 1 1
> 2 2 2 2 2
> 3 3 3 3 3
> 4 4 4 4 4
> 5 5 5 5 5
transpose()
will transpose what you have
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
I have 5 1D arrays that I need to combine and print to a .txt file.
When I use Get Values to combine them, it transposes them. I would like to
have the five arrays sent to a text file like this:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
How can I combine them to look like what is above? Instead I keep
seeing this...
1 1 1 1 1
2 2 2 2 2
3 3 3 3 3
4 4 4 4 4
5 5 5 5 5
Brian Bauer
Test Engineer
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".