Am 14.05.2015 um 17:27 schrieb Benoît Minisini:
> Can you send your project?
I did, to your email address.
Alles Gute
Christof Thalhofer
--
Dies ist keine Signatur
signature.asc
Description: OpenPGP digital signature
Le 14/05/2015 16:38, Christof Thalhofer a écrit :
> Hi.
>
> Gambas gives me this message when I start a project of mine. What does
> that mean?
>
> "CClassInfo.AddSymbol.983
>
> Void key"
>
> In this project I define some constants. Interestingly the message does
> not occur when I comment this out
Hi.
Gambas gives me this message when I start a project of mine. What does
that mean?
"CClassInfo.AddSymbol.983
Void key"
In this project I define some constants. Interestingly the message does
not occur when I comment this out:
' Prozent
Public Const ProzentShort As String = "###.#%"
Public C