PDA

View Full Version : Error 101 and 102 when compiling



Larry
20-Jan-2005, 01:49 PM
I made a change to an old program. When i compiled it I received a 101 error
"Number Expected on Line 142 (8)" and numerous 102 Errors "Line Number Out
of Sequence" What does this mean? I know these programs compiled before but
it may not have been under 3.2.

Thanks,
Larry

JimNC9
20-Jan-2005, 03:02 PM
Error 102 can be caused by a typo. Check you code carefully.


Jim /*

WebApp Hosting
http://www.advanceddesignsinc.com/Web%20Hosting.htm

"Larry" <lschroeder@wauconda.com> wrote in message
news:ZGQUPDy$EHA.1272@dacmail.dataaccess.com...
>I made a change to an old program. When i compiled it I received a 101
>error
> "Number Expected on Line 142 (8)" and numerous 102 Errors "Line Number Out
> of Sequence" What does this mean? I know these programs compiled before
> but
> it may not have been under 3.2.
>
> Thanks,
> Larry
>
>

Joerg Thuemmler
21-Jan-2005, 01:25 AM
AFAIR I saw Err 101 by using a string where a number constant was
required in a function or command, 102 I remember as to be result of
previous other errors

Joerg

JimNC wrote:
> Error 102 can be caused by a typo. Check you code carefully.
>
>
> Jim /*
>
> WebApp Hosting
> http://www.advanceddesignsinc.com/Web%20Hosting.htm
>
> "Larry" <lschroeder@wauconda.com> wrote in message
> news:ZGQUPDy$EHA.1272@dacmail.dataaccess.com...
>
>>I made a change to an old program. When i compiled it I received a 101
>>error
>>"Number Expected on Line 142 (8)" and numerous 102 Errors "Line Number Out
>>of Sequence" What does this mean? I know these programs compiled before
>>but
>>it may not have been under 3.2.
>>
>>Thanks,
>>Larry
>>
>>
>
>
>

Ben Weijers
21-Jan-2005, 05:04 AM
Are you using pre-compiles? make sure you also recompile those.

Regards,

Ben Weijers
Data Access Worldwide