2014-12-14 02:52 AM
"myfunction": .... return
(gosub)goto "myfunction"Now i have to write all of it in the same text - and my codes are getting really big - up to 5000 lines! Thats too much. Help us to be able to devide this like written above!
if S < r then- the following lines schould be automatic intendet - and this should end by typing:
next S
2014-12-14 05:24 AM
Hmooslechner wrote:You can use the CALL function to utilize your own macros. This will shorten the script, and also creates another window for script editing.
5. There now are the following scripting- editors implemented: Master, 2D, 3D, Values, Interface and... Thats not enough!
It would be much easier for the programmer to take care oft every of his functions by edit it in an extra editor!
So if someone writes:
"myfunction": .... return
- this should open a new editor just for this function - to be found in every other script by using
(gosub)goto "myfunction"Now i have to write all of it in the same text - and my codes are getting really big - up to 5000 lines! Thats too much. Help us to be able to devide this like written above!