<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 11 (filtered medium)"><style><!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";}a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;}span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;}@page Section1 {size:595.3pt 841.9pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;}div.Section1 {page:Section1;}--></style></head><body lang=EN-GB link=blue vlink=purple><div class=Section1><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Hi,<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>This may sound trivial, but I need to set just the y valueof one element in a coord array. Is there a formula box way of doing it,or do I have to unbuild the coords first?<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>A formula like coord_array[22].y=1.234 would be very nice,but does not work.<o:p></o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p> </o:p></span></font></p><p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Dave<o:p></o:p></span></font></p></div><BR>---<BR>You are currently subscribed to vrf as: rsb@soco.agilent.com<BR>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".<BR>To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".<BR>To send messages to this mailing list, email "vrf@agilent.com". <BR>If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".<BR>Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".</BODY></html>
Good one! - thankyou. Perhaps another addition to the Vee fixes 'to do' list...?
Dave
-----Original Message----- From: Stan Bischof (Richard S) [mailto:rsb@soco.agilent.com] Sent: 14 November 2005 16:28 To: David Watling Cc: vrf@agilent.com Subject: Re: [vrf] Coord type assignment
"David Watling" <watling@IceraSemi.com> wrote: > Hi, > > This may sound trivial, but I need to set just the y value of one > element in a coord array. Is there a formula box way of doing it, or do > I have to unbuild the coords first?
There's almost ALWAYS a formula way of doing things! > > A formula like coord_array[22].y=1.234 would be very nice, but does not > work.
Very messy for something that _should_ be easy, but----
PS- there's likely a simpler syntax, but this is cleanest that occured to me in a couple of minutes of looking at it.
------------------------------------------------------------------------ -- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@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". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
"David Watling" <watling@IceraSemi.com> wrote: > Hi, > > This may sound trivial, but I need to set just the y value of one > element in a coord array. Is there a formula box way of doing it, or do > I have to unbuild the coords first?
There's almost ALWAYS a formula way of doing things! > > A formula like coord_array[22].y=1.234 would be very nice, but does not > work.
Very messy for something that _should_ be easy, but----
PS- there's likely a simpler syntax, but this is cleanest that occured to me in a couple of minutes of looking at it.
-------------------------------------------------------------------------- Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@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". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Perhaps another addition to the Vee fixes 'to do' list...?
Dave
-----Original Message-----
From: Stan Bischof (Richard S) [mailto:rsb@soco.agilent.com]
Sent: 14 November 2005 16:28
To: David Watling
Cc: vrf@agilent.com
Subject: Re: [vrf] Coord type assignment
"David Watling" <watling@IceraSemi.com> wrote:
> Hi,
>
> This may sound trivial, but I need to set just the y value of one
> element in a coord array. Is there a formula box way of doing it, or
do
> I have to unbuild the coords first?
There's almost ALWAYS a formula way of doing things!
>
> A formula like coord_array[22].y=1.234 would be very nice, but does
not
> work.
Very messy for something that _should_ be easy, but----
coord_array[22] = asCoord(
re(asComplex(astext(coord_array[22])))+","+1.234 )
Stan
PS- there's likely a simpler syntax, but this is cleanest that occured
to me in a couple of minutes of looking at it.
------------------------------------------------------------------------
--
Stan Bischof Agilent Technologies 707-577-3994
stan_bischof@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".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Hi,
>
> This may sound trivial, but I need to set just the y value of one
> element in a coord array. Is there a formula box way of doing it, or do
> I have to unbuild the coords first?
There's almost ALWAYS a formula way of doing things!
>
> A formula like coord_array[22].y=1.234 would be very nice, but does not
> work.
Very messy for something that _should_ be easy, but----
coord_array[22] = asCoord( re(asComplex(astext(coord_array[22])))+","+1.234 )
Stan
PS- there's likely a simpler syntax, but this is cleanest that occured
to me in a couple of minutes of looking at it.
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@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".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".