<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"><META content="MSHTML 6.00.2800.1106" name=GENERATOR><STYLE></STYLE></HEAD><BODY bgColor=#ffffff><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004>OR use a conditional (the triadic) operator as follows:</SPAN></FONT></DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004></SPAN></FONT> </DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004> (yes...this is terribly crytic...sigh)</SPAN></FONT></DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004></SPAN></FONT> </DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004> A[0:(totsize(A)-1?(totsize(A)-2):0)]</SPAN></FONT></DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004></SPAN></FONT> </DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004>..........remember APL anyone??</SPAN></FONT></DIV><DIV><FONT face=Arial color=#0000ff size=2><SPAN class=007505522-23112004>mario</SPAN></FONT></DIV><BLOCKQUOTE> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Mike Groves [mailto:mike@grovesnet.org]<BR><B>Sent:</B> Tuesday, November 23, 2004 5:06 PM<BR><B>To:</B> VRF<BR><B>Subject:</B> [vrf] RE: array input<BR><BR></FONT></DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2>OR...</FONT></SPAN></DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2>If you don't know the final size of the array, but you know you want to knock off the last value, you can use this formula...</FONT></SPAN></DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial>A[0:totSize(A)-2]</FONT></SPAN></DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial></FONT></SPAN> </DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2>Since TotSize(A)-1 points to the last value in an array, TotSize(A)-2 will point to the <EM>next </EM>to the last value. The starting array must have at least 2 elements or it will generate an error.</FONT></SPAN></DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2>Cheers,</FONT></SPAN></DIV> <DIV><SPAN class=984552421-23112004><FONT face=Arial color=#0000ff size=2>Mike Groves</FONT></SPAN></DIV> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Cem Kayis [mailto:ckayis@mst.aselsan.com.tr]<BR><B>Sent:</B> Tuesday, November 23, 2004 5:13 AM<BR><B>To:</B> VRF<BR><B>Subject:</B> [vrf] array input<BR><BR></FONT></DIV> <DIV><FONT face=Arial size=2> <P>Hello,</P> <P>An array of frequency values are entered through the constant Real64 object in one shot, as shown on the attached file.</P> <P>The problem is, I want to delete the last value(the fifth index) and reduce the size of the array to 5 before pressing the OK button during program execution. I don’ t want to use the "object menu-Properties dialog box"of the Real64 object to modify the size.</P> <P>Help will be appreciated.</P> <P>Best regards,</P> <P><FONT color=#0000ff></FONT> </P> <P>Cem Kayis</P> <P>Electronics Engineer</P> <P>ASELSAN Inc.</FONT></P></DIV></BLOCKQUOTE>---<BR>You are currently subscribed to vrf as: mario_dsouza@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". </BLOCKQUOTE>---<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".</BODY></HTML>
I think that you want to change "-9.14483E-05 $B"" (B" to "-9.14483E-05".
Change the transaction of a "From String" object in the same thread:
READ TEXT x TOKEN EXCLUDE:" ,
" ARRAY:*
for
READ TEXT x TOKEN EXCLUDE:" ," ARRAY:*
because $B"" (B may be
(Line Feed) and/or
(Carriage Return).
Regards,
FUKUI Yutaka
"Gomez, ***** (GE Healthcare)" wrote:
>
> Hi VRF'S can help'me to resolve this issue
>
> this is the code for my little aplication but i have a problem
> i need make a comparation or change the type of data in the measure of the LCR
> Please see the jpg picture and the LCR.VEE
> TKS IN ADVANCED......
>
> ------------------------------------------------------------------------
> Name: LCR.vee
> LCR.vee Type: VEE Program (application/x-unknown-content-type-VEE.Program)
> Encoding: base64
> Description: LCR.vee
>
> Name: how.jpg
> how.jpg Type: JPEG Image (image/jpeg)
> Encoding: base64
> Description: how.jpg
>
> ------------------------------------------------------------------------
> ---
> You are currently subscribed to vrf as: fukui.yutaka@jp.fujitsu.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".
--
*****************************************************************
* $BJ!0f!!K-!J (BFUKUI Yutaka)
* E-Mail: fukui.yutaka@jp.fujitsu.com
* $BIY;NDL3t<02q<R!!@n:j9)>l (B
* $B$b$N$E$/$j?d?JKIt!&@8;:5;=Q3+H/E}3gIt!!;n835;=Q (BPj <-- 2004/10/01 $B$h$j (B
$B?&@)$,JQ$j$^$7$? (B
* $B7WB,@_Hw3+H/It (BHomePage http://www.psl.fujitsu.co.jp/htd2/ksk/
* $B@n:j;TCf866h>e>.EDCf#4 (B- $B#1 (B- $B#1!!M9JXHV9f!' (B211-8588
* TEL $B!!30@~ (B 044-754-3661, $B!!Fb@~ (B 711-3-1966,7 <-- 2004/09/27 $B$h$j30@~$,JQ (B
$B$j$^$7$? (B
* FAX $B!!30@~ (B 044-754-3509, $B!!Fb@~ (B 711-3-5359
*****************************************************************
---
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".