Error message help

BlitzPlus Forums/BlitzPlus Programming/Error message help

kfprimm(Posted 2005) [#1]
what does the error "Duplicate Variable name" mean?


rdodson41(Posted 2005) [#2]
It means that you already declared or used a variable by that same name.


WolRon(Posted 2005) [#3]
apple (or apple%)
apple$
apple#
apple.typename

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


kfprimm(Posted 2005) [#4]
alright thank yall