View Single Post
Old 12 August 2019, 08:33   #7
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
You may try something like :
Code:
Dim map.b(16,375)
or :
Code:
Dim map.b(15,376)
to see if it's alignment problems.

If it doesn't help you'll have to post more of the code, because it's probably not the definition of data that causes the trouble but the actual use of it.
meynaf is offline  
 
Page generated in 0.08702 seconds with 11 queries