Daft question - maximum array size

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
SHughes_Fusion
Posts: 219
Joined: Wed Sep 11, 2013 1:27 pm
Location: Chesterfield

Daft question - maximum array size

Post by SHughes_Fusion » Fri Apr 11, 2014 1:17 pm

What is the maximum size of an array in Swordfish?

I can't find anything in the documentation other than the fact a string can't be more than 255 characters long.

Does the same apply to a char array, or can that be as big as I have available memory?

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Re: Daft question - maximum array size

Post by David Barker » Fri Apr 11, 2014 3:20 pm

There are no limits to array size other than available RAM

Post Reply