Discussion

suggestion for the BASIC

2

moechofe 2020-08-17 07:51

It would be cool to have a function that return the size of an array: =ASIZE S() or =ALEN L$() it will allow to pass an array to a subprogram without the need to also pass the size of that array.


Timo 2020-08-17 13:36

For this I reserved the keyword UBOUND (upper bound), which was used in old BASIC dialects. I'm still planning to release v1.1, should be simple to add the new function.


was8bit 2020-08-17 14:06

(Yea for 1.1)


Log in to reply.