I have a declared variable 1 dim text 10 long I fill it will different
numbers of chars , how can I convert that array to a string to do a
comparison a==b etc or can I compare straight from array ?
when use to string I get non consistent results in the resultant string
Malcolm Bint
---
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@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
numbers of chars , how can I convert that array to a string to do a
comparison a==b etc or can I compare straight from array ?
when use to string I get non consistent results in the resultant string
Malcolm Bint
---
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@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
It sounds like all you need is a formula box with sum(A). This concatenates
string arrays into a single string. If you are doing comparisons, be aware
that this will not distinguish between the arrays ["ab","c"] and ["a","bc"]
etc.
--
Bill Ossmann
Philips Ultrasound
e-mail: bill.ossmann@philips.com
----------------------------------------------------
I have a declared variable 1 dim text 10 long I fill it will different
numbers of chars , how can I convert that array to a string to do a
comparison a==b etc or can I compare straight from array ?
when use to string I get non consistent results in the resultant string
Malcolm Bint
---
You are currently subscribed to vrf as: bill.ossmann@philips.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@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@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".