× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> OK This is driving me freeking nuts. What is wrong with this 
> eval statement?
> 
> IPT1 and IPT2 are 15 character alpha fields.  LN is a 2.0 
> numberic field.
> 
> The errors are from the compiler.
> 
>               EVAL      IPT2 = LEFT(IPT1,LN)
>  >                                      abb
>  >                                       cc
> *RNF0604 20 a The token is not valid; token is ignored.
> *RNF0312 20 b A right parenthesis is expected but is not found.
> *RNF5377 20 c The end of the expression is expected.
> 
> 
> PLEASE tell me whats wrong or just hit me!!
> 
> Yes that's a comma above the 'a'.

SWAG:  Is IPT1 an array?  If not, shouldn't it be a colon instead of a
comma?
Like this:

   EVAL      IPT2 = LEFT(IPT1:LN)

> numberic field.

I just noticed this.  Is "numberic" a new data type? <g>


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.