05-11-2009, 12:17 PM
LCD Wrote:Hi Boriel,Thanks, LCD :wink:
Code:dim a$ as string
a$="This is a test"
print a$
print a$( to 4)
print a$(5 to)
This works, but
Code:dim a$ as string
a$="This is a test"
print a$( to 4)
print a$(5 to)
This claims "Variable a never used" and compiler stops (version 1.1.9)
This is an optimization bug. Will fix it fo 1.1.10.
EDIT: Or should it be released as 1.2.0??