[Gambas-user] Why syntax error?

2015-08-13 Thread Sprachschule Eilert
This produces a syntax error, but it doesn't tell me why: Private Const $TB As String = Chr$(9) If I leave Const away, it runs, so it shouldn't be the $TB which disturbs, as it is accepted as a variable naming. The rest should be ok, too. So I can't find any reason... Thanks for any hint

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Adrien Prokopowicz
Le Thu, 13 Aug 2015 11:19:09 +0200, Sprachschule Eilert eilert-sprac...@t-online.de a écrit: This produces a syntax error, but it doesn't tell me why: Private Const $TB As String = Chr$(9) If I leave Const away, it runs, so it shouldn't be the $TB which disturbs, as it is accepted as a

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Adrien Prokopowicz
Le Thu, 13 Aug 2015 12:05:06 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Le Thu, 13 Aug 2015 11:19:09 +0200, Sprachschule Eilert eilert-sprac...@t-online.de a écrit: This produces a syntax error, but it doesn't tell me why: Private Const $TB As String = Chr$(9) If

Re: [Gambas-user] Why syntax error?

2015-08-13 Thread Rolf-Werner Eilert
Am 13.08.2015 16:06, schrieb Adrien Prokopowicz: Le Thu, 13 Aug 2015 12:05:06 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Le Thu, 13 Aug 2015 11:19:09 +0200, Sprachschule Eilert eilert-sprac...@t-online.de a écrit: This produces a syntax error, but it doesn't tell me