use dummy field as part of the goto label

Dennis Malen dmalen at malen.com
Mon May 5 09:40:48 PDT 2008


Thanks Walter!

I will play with that.

Dennis Malen
516.479.5912
----- Original Message ----- 
From: "Walter Vaughan" <wvaughan at steelerubber.com>
To: "filePro" <filepro-list at lists.celestial.com>
Sent: Monday, May 05, 2008 11:07 AM
Subject: Re: use dummy field as part of the goto label


> Dennis Malen wrote:
>
>>Within input processing, is it possible to use a dummy filed as part of 
>>the
>>name of the goto label, such as:
>>
>>zz="rab";goto rpt{zz
>>
>>How can I have filepro acknowledge the rpt{zz and goto rptrab? When I try 
>>to
>>save the processing filepro tells me that there is no label by that name.
>>Obviously this is a limitation of filepro . Is there any way around this
>>limitation?
>>
>>
> In Define Processing's help you will see this
> 4.5      GOSUB/GOTO OF      Gosub/goto one of a list of labels.
>
>          Syntax
>               GOSUB (num_expr) OF label1, label2, ...
>               GOTO (num_expr) OF label1, label2, ...
>               where num_expr is the one-relative index into the list
>               of labels, and label1,label2, ... are the labels.
>
>          Notes:
>               The parentheses around (num_expr) are required.
>
>               Only the integral portion of num_expr is used.  Any
>               fractional portion is ignored.  The number is not rounded.
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list 



More information about the Filepro-list mailing list