Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bit Packet Encryption
#6
GIAKEN Wrote:I understand that it should start at 0, I was just saying I didn't know what the default base value was if you don't give one. Because you can do "Option Base 0" or "Option Base 1" to set / change the default...

Unless specified as otherwise, the base of an array is always 0, thus arrays always start at 0 unless option base 1 is set or an array is declared like so :

Code:
Dim bytArr(2 to 10) as byte
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)