Hi everybody,

    Gambas 2.8, OpenSuse 11.0, Kde 3.5, with Qt
    If I initialize my property with the next 2 lines, it's OK ( N and
the X property are defined as Byte, i  is an Integer)

    READ #hFile, N
    hMyClass[i].X = N

    But if I want to write it shorter with the line below, it ends with
a signal 11!

    READ #hFile, hMyClass[i].X

    Why?
    Thanks for your help
Dominique Simonart


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to