Hmm i'm still having problems with that gatorhex, thanks anyway
Diggsey that works great, if anyone was wondering, the size of integers is 12+(Spaces in array)*8
Here is my working code for anyone else struggling with this
+ Code Snippet
ArraySize = (File Size(CurrentWorld$+".arr")-12)/8
ArrayWidth = ArraySize/11
NumObjects = ArrayWidth-1
Dim Object#(NumObjects,10)
Dim Object$(NumObjects,10)
Dim NPCChat$(NumObjects,10)
Load Array CurrentWorld$+".arr",Object#(0)
Load Array CurrentWorld$+"$.arr",Object$(0)
Remeber not to get caught out that ArrayName(0) counts as a space!

Thanks very much for your help guys/girls