If for example I would like to create a function to insert a string into a string array like this
Code: Select all
ArrayInsert(myArray(), index, value)
When I pass the address of an array a, the address of the first item is passed like this push dword [a_a]. I would like the possibility of getting it passed like this push dword a_a.