Hi, I have read this thread:
http://gambas.8142.n7.nabble.com/patch-for-setting-directory-on-EXEC-td41205.html
...but at the end how we can set the working directory when we use EXEC?
Thanks.
--
_
Hi all,
Could it be the 'How to package - packagelist' at GambasWiki
(http://gambaswiki.org/wiki/howto/package#t8) is a bit outdated. Same
goes for the 'Compilation and installation - Requirements for
development packages' (http://gambaswiki.org/wiki/install#t2).
They seem to be stuck somewher
Hello,
I get an error, if I launch twice this very simple code:
Public Sub Main()
Print String(100, "ab ")
End
In particular, I notice that - if the text written in the console exceeds the
current width of the console - first time it runs, but second this error
happens:
" This applicati