Join the live talk at Discord.Be part of the conversation athttp://discord.qb64.org.
0 Members and 1 Guest are viewing this topic.
It has to do with using a variable-width string in your TYPE. Change the type to something like:Code: QB64: [Select]TYPE SCORES player AS STRING * 20 score AS INTEGEREND TYPE Change 20 to whatever max length you'll allow for player names, and that will work.
Any comment of the array name case not being autocorrected for capitalisation in the ubound?
Hi Thank you.The fact it didn't need the AS SCORES outside the sub confused me.Any comment of the array name case not being autocorrected for capitalisation in the ubound?Brian ...