unconditional jump statement.

Beta Testing discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
MAN
Posts: 437
Joined: 11 Jan 2006 18:32
Location: Brasil

unconditional jump statement.

#1 Post by MAN » 23 Mar 2009 15:29

goto don't access the label.

Code: Select all

main:
goto secpar
nop
secpar:

gosub and return is not a valid identifier.
"9 301 "return"is not valid identifier"
Working with you, for you!
MAN

goran.marinkovic
mikroElektronika team
Posts: 265
Joined: 25 Nov 2008 09:09

#2 Post by goran.marinkovic » 25 Mar 2009 17:38

Hi,

Yes you are right.
That will be fixed in our new release for mikroBasic PRO for PIC.

I am sorry for any delays caused to your project by this problem.

Thank you for understanding.

Regards

MAN
Posts: 437
Joined: 11 Jan 2006 18:32
Location: Brasil

#3 Post by MAN » 25 Mar 2009 20:42

Hi Goran;

but in fact the only statement that really is lacking is the "goto" the "GOSUB,RETURN" I do not use more in programs, obviously for these two last we have functions and procedures that make it much more efficiently.
Working with you, for you!
MAN

Post Reply

Return to “mikroBasic PRO for PIC Beta Testing”