I met a line of code like "LOCAL Path[1000]:BYTE".
As far as I understand, it allocates space on the stack for a local variable, but I cannot understand why there are square brackets here. Is it an array or what?
I met a line of code like "LOCAL Path[1000]:BYTE".
As far as I understand, it allocates space on the stack for a local variable, but I cannot understand why there are square brackets here. Is it an array or what?
Copyright © 2021 Jogjafile Inc.
Yes, it's an array. From the docs, LOCAL: