syntax error message
Kenneth Brody
kenbrody at spamcop.net
Wed Mar 10 10:08:19 PST 2010
On 3/10/2010 12:47 PM, Richard Kreiss wrote:
> For the following code where<L> is the last element of the array who to use when the listbox is displayed,
>
> dim who(6) on line 10.
>
> <L> can be from 3-6 in value
[...]
> 306 ------- - - - - - - - - - - - - - - - -
> ◄ If: @fd="3"
> Then: 3=mid(who[sl],"1","4");sa=mid(who[sl],"6","30");RETURN
[...]
> *** A filePro Error Has Occurred ***
>
> Line Number: 306
>
> 3=mid(who[sl],"1","4");sa=mid(who[sl],"6","30");RETURN
> ^
> Process contains a syntax error at position indicated.
[...]
What version of filePro are you running? Older versions wouldn't allow
array or lookup references as the first parameter to MID().
--
Kenneth Brody
More information about the Filepro-list
mailing list