Marco,
there are an error in one example program:
/examples/user defined components/ledbar.bas
This is in the newest version of FNXBASIC,? december 2013, and it is a compile-time error occurs.
The error message:
"error 72 line 70 `TEST` already used" .
But, with the oldest version (02.2013) go to the translation correctly...
What could be the reason?
PaPi
incorrect example program: ledbar.bas ?
incorrect example program: ledbar.bas ?
And, there are a different but similar error in another program:
/examples/File handling/search computer.bas
Error message: "error 1 line 39 Variable `pointer` already exists."
PaPi
/examples/File handling/search computer.bas
Error message: "error 1 line 39 Variable `pointer` already exists."
PaPi
incorrect example program: ledbar.bas ?
Hi, you can rename pointer and test then it should work.
Test is internal used as a test for me to solve problems, i can remove it the next update.
pointer is a part of a future function to be build in for dynamicly declaration of objects, i `m working with it.
I hope this will explane it to you.
best regards
Test is internal used as a test for me to solve problems, i can remove it the next update.
pointer is a part of a future function to be build in for dynamicly declaration of objects, i `m working with it.
I hope this will explane it to you.
best regards
incorrect example program: ledbar.bas ?
Thank you very much, Marco.