Re: [Phix] Fatal Exception [Memory Violation] Crashing App

new topic     » goto parent     » topic index » view thread      » older message » newer message
petelomax said...
euphoric said...

It would be nice to just get an error message like, "You dun goofed, son," instead of a MEMORY VIOLATION ERROR! grin

I might have fixed something like this 2 or 3 months ago. Do both of these (uncomment one only at a time) give you decently human-readable errors?

constant NAME = 1 
sequence data 
--?data[NAME] 
 
procedure p() 
sequence data 
--?data[NAME] 
end procedure 
p() 

Yes, they both give nice and clear "variable not defined" errors.

Specifically: variable data has not been assigned a value

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu