Author Topic: methods load/set/save  (Read 2784 times)

0 Members and 1 Guest are viewing this topic.

pber

  • Guest
methods load/set/save
« on: March 26, 2015, 06:12:27 AM »
Hi Charles,
I often get an error regarding missing symbols
composed as <my class name> + load/set/save.
I immagine it something runtime related.
Are they of any utility for user?


Charles Pegge

  • Guest
Re: methods load/set/save
« Reply #1 on: March 26, 2015, 07:26:45 AM »

Hi Paolo,

It means you are trying to assign a value to an object rather than one of its members.

pber

  • Guest
Re: methods load/set/save
« Reply #2 on: March 26, 2015, 07:48:39 AM »
thanks Charles