S scrat Active Member Licensed User Longtime User Sep 24, 2012 #1 Hi, I encountered this error when I delete some blank lines in the IDE B4A version 2.02 Thank you
S scrat Active Member Licensed User Longtime User Sep 24, 2012 #3 yes, very often since the project have more 10000 lines
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2012 #4 Can you post the exact steps that you do before it happens?
S scrat Active Member Licensed User Longtime User Sep 24, 2012 #5 -I go to the end of the code (line 12000) with <ctrl> <end> - I go up to a few lines with <up> key - i delete quickly 3 or 4 blank lines with <del> key and the error panel appears
-I go to the end of the code (line 12000) with <ctrl> <end> - I go up to a few lines with <up> key - i delete quickly 3 or 4 blank lines with <del> key and the error panel appears
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2012 #6 Thank you. I do recommend you to break your code into several code modules or classes. It will be easier to maintain.
Thank you. I do recommend you to break your code into several code modules or classes. It will be easier to maintain.
S scrat Active Member Licensed User Longtime User Sep 24, 2012 #7 yes, but another solution , if it's possible, is include file like in C