• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Set the size of an array based on another
#2
// Setting
#DEFINE ARRAY_SIZE 40

// Another array size
new another_array[40];
new array[sizeof(another_array)];
  Reply


Messages In This Thread
RE: Set the size of an array based on another - by Virsenas - 2024-07-03, 05:11 PM

Forum Jump: