You are not logged in.

fomaxrge

Trainee

  • "fomaxrge" started this thread

Posts: 88

Date of registration: Aug 14th 2012

  • Send private message

1

Thursday, November 29th 2012, 5:19pm

call end problem

Hi again i need your opinion please.
Do you know WHY sometimes "call end" occur problem when compiling. Some times there is no problem.

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

2

Friday, November 30th 2012, 9:05am

Quoted

sometimes "call end" occur problem when compiling. Some times there is no problem.
Do you have examples of both?

Possible the compiler have problems to understand it, because "End" is an internal word and a name of a Sub.

But instead of

Jabaco Source

1
Call End

you can write like in Java

Jabaco Source

1
System.exit(0)

or direct that, to what "Call End" will be compiled

Jabaco Source

1
Global.End


Greatings
theuserbl

fomaxrge

Trainee

  • "fomaxrge" started this thread

Posts: 88

Date of registration: Aug 14th 2012

  • Send private message

3

Friday, November 30th 2012, 3:13pm

Your solution worked fine!
The error was "COMPILER_ERROR" and marked the word END only this occurred.

Thank you very much!

Rate this thread
WoltLab Burning Board