09-19-2025, 05:01 PM
If I make any mistakes in English, I apologize, but it is not my native language.
First of all, I love QB64. I'm 42 now, and it reminds me of when I was 9. I'd like to ask the developers a few questions:
Programming:
1. Are you planning to implement arrays in user-defined types instead of using text strings?
2. Would inheritance be feasible in user-defined types?
3. Could a null numeric value be implemented as NaN? I know that dividing by zero gives “INF” (or “-INF”), and a NaN value could be detected from a function... but could it be implemented as a constant?
IDE:
1. Although double-clicking on $INCLUDE opens another IDE with that file, would it be possible to implement a “Window” menu?
2. In the color configuration (themes) section, why do the metacommands match the same color as the methods? Also, could there be a section dedicated to the color of variables/constants/UDTs?
Thank you for this great software.
Translated with DeepL.com (free version)
First of all, I love QB64. I'm 42 now, and it reminds me of when I was 9. I'd like to ask the developers a few questions:
Programming:
1. Are you planning to implement arrays in user-defined types instead of using text strings?
2. Would inheritance be feasible in user-defined types?
3. Could a null numeric value be implemented as NaN? I know that dividing by zero gives “INF” (or “-INF”), and a NaN value could be detected from a function... but could it be implemented as a constant?
IDE:
1. Although double-clicking on $INCLUDE opens another IDE with that file, would it be possible to implement a “Window” menu?
2. In the color configuration (themes) section, why do the metacommands match the same color as the methods? Also, could there be a section dedicated to the color of variables/constants/UDTs?
Thank you for this great software.
Translated with DeepL.com (free version)

