pointer to Array

Just starting out? Need help? Post your questions and find answers here.
Wolfram
Enthusiast
Enthusiast
Posts: 568
Joined: Thu May 30, 2013 4:39 pm

pointer to Array

Post by Wolfram »

Is this save?

Code: Select all

Dim Buffer.a(255)

;Returns always the same
Debug Buffer()
Debug @Buffer()
macOS Catalina 10.15.7
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: pointer to Array

Post by Shield »

Yes. I am always using @ because it looks clearer to me.
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
User avatar
Otrebor
Enthusiast
Enthusiast
Posts: 201
Joined: Mon Mar 17, 2014 1:42 pm
Location: São Paulo, Brasil
Contact:

Re: pointer to Array

Post by Otrebor »

Post Reply