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
|