why i have this error?

alexthefox

Senior Member
hi, i dont understand why in program editor i have error on this line:

if b0=2 or b0=4 then


if i simulate, i have popup page with "error in this line"
but i dont get error if i write:

if b0=2 or b0=4 then goto nextstep




thankyou
 

alexthefox

Senior Member
sorry i have solve the problem... emmmmm... i forgot endif.... but maybe it is more easy if the program editor sayd you why in that line there is error. like vb.net, "you have write if without endif"... something like that...
 

tiscando

Senior Member
programming editor 5.2 says "error: if without endif" to this line:
if b0=2 or b0=4 then

maybe you had an older version.
 

alexthefox

Senior Member
no, i have last vession 5.2.0

but, i have in italian leanguage.... can the problem of message come from that?
 

Technical

Technical Support
Staff member
Hi Alex, the translated error messages do sometimes lag behind a bit, if the translated string is missing the software uses the default.
If you want to provide the translations let us know!
 

alexthefox

Senior Member
Hi Alex, the translated error messages do sometimes lag behind a bit, if the translated string is missing the software uses the default.
If you want to provide the translations let us know!
ok, i can do a traslation.
let me know how can i do it
 
sorry i have solve the problem... emmmmm... i forgot endif.... but maybe it is more easy if the program editor sayd you why in that line there is error. like vb.net, "you have write if without endif"... something like that...
why do you need to add endif anyways?
 
Top