Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CLEAR
#4
No. To get the address of an element, you normally use the @ operator.
I.e. @a returns the memory address (uInteger) of the [a] variable. For arrays, @arr won't work as expected as it will return the address of the array's metadata. To get the address of the 1st element you will use @arr(0, 0).

I will come back with a solution on the size, but it might be not that strightforward.
Reply


Messages In This Thread
CLEAR - by zarsoft - 03-04-2023, 03:46 PM
RE: CLEAR - by boriel - 03-06-2023, 08:16 AM
RE: CLEAR - by zarsoft - 03-06-2023, 09:44 AM
RE: CLEAR - by boriel - 03-06-2023, 11:13 AM
RE: CLEAR - by zarsoft - 03-06-2023, 11:38 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)