sv01 = sv_new() syntax error!? [solved]

Pixilang programming language
Post Reply
rototom
Posts: 24
Joined: Mon Mar 14, 2022 4:12 pm

sv01 = sv_new() syntax error!? [solved]

Post by rototom »

i swear, everything was working nicely before.
tried renaming variable.
tried a pixilang reinstall.
still the same syntax error

edit: if i use the same sv01 = sv_new() thing
in a new .pixi file, the error is gone.

it's still there on the program i was working on the last days.
tried renaming the file. did not help

edit 01:
copied everything exept sv01 = sv_new() into a blank new file
added sv01 = sv_new(). again error.
Last edited by rototom on Fri Apr 22, 2022 5:21 pm, edited 1 time in total.
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: sv01 = sv_new() syntax error!?

Post by NightRadio »

Please send your pixi file
rototom
Posts: 24
Joined: Mon Mar 14, 2022 4:12 pm

Re: sv01 = sv_new() syntax error!?

Post by rototom »

problem solved!
sv01 = sv_new() totally innocent!:)

i've learnt something:
if the error msg says: line 5 syntax error
look what's going on at line 4:)
Post Reply