Re: What's the point of map:map type if load_map() messes it up?

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

Do I have to resort to this ...

Seems like a good compromise to me, and one that is used in many other circumstances too.

RAMADDR ptr 
object load_result = load_file_to_RAM("some file") 
 
if not RAMADDR( load_result ) then 
  msg( "File failed to load" ) 
else 
  ptr = load_result 
end if 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu