Error message help

BlitzPlus Forums/BlitzPlus Programming/Error message help

what does the error "Duplicate Variable name" mean?

It means that you already declared or used a variable by that same name.

apple (or apple%)
apple$
apple#
apple.typename

You would receive the error if you used any more than one of the examples above.

alright thank yall