Syntax Error

Kenneth Brody kenbrody at spamcop.net
Thu Mar 7 06:55:15 PST 2013


On 3/7/2013 7:33 AM, Ed Hilovsky wrote:
> CentOS release 4.7 (Final)
>
> filePro version 5.0.13R4
[...]
>         Then: D="/ets/"{ru{".out"
[...]
>         Then: B=exists(D)
[...]
>          If:       B eq "1"
>         Then: goto okput
>
> Upon Check Syntax - error of:
>
> *** A filePro Error Has Occurred ***
>
> Line Number: 11
>
> B=exists(D)
>    ^
> Process contains a syntax error at position indicated.?
>
>
> Any ideas why this is producing an error ?
[...]

Do you have an associated field group "D)"?

Try putting a space after the "D":

     B = exists( D )


-- 
Kenneth Brody


More information about the Filepro-list mailing list