09-25-2022, 07:46 AM
Is there a reason that you are using COMMON? Are you chaining programs together? If not you could use:
Code: (Select All)
DIM Shared Test() As String * 260|
Cannot convert expression type to symbol
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Cannot convert expression type to symbol - by eoredson - 09-25-2022, 06:10 AM
RE: Cannot convert expression type to symbol - by justsomeguy - 09-25-2022, 07:46 AM
RE: Cannot convert expression type to symbol - by mnrvovrfc - 09-25-2022, 09:19 AM
RE: Cannot convert expression type to symbol - by Pete - 09-25-2022, 09:33 AM
RE: Cannot convert expression type to symbol - by mnrvovrfc - 09-26-2022, 04:54 AM
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
|
|
Experimenting with a "StringList" type for simpler handling of string arrays/lists | Heimdall | 18 | 1,226 |
12-19-2025, 12:51 PM Last Post: Heimdall |
| for performance, what's the best variable type to use for boolean _TRUE & _FALSE ? | madscijr | 12 | 1,256 |
09-29-2025, 02:59 PM Last Post: dakra137 |
|
| Loading from file into _MEM? and LEN a TYPE... | Unseen Machine | 9 | 975 |
08-03-2025, 02:55 AM Last Post: SMcNeill |
|
| anyone good at javascript want to help convert a cool animation to QB64PE? | madscijr | 10 | 1,373 |
05-21-2025, 09:47 PM Last Post: hsiangch_ong |
|
| QB64's TYPE / END TYPE inquiry | MystikShadows | 2 | 909 |
06-30-2024, 02:34 PM Last Post: MystikShadows |
|