View Single Post
Ludak
Member
Join Date: Oct 2014
Old 04-05-2020 , 06:17   Re: String parsing problem
Reply With Quote #4

Quote:
Originally Posted by MAGNAT2645 View Post
I think you don't need to pass ArrayList by reference just to push something in it because ArrayList is a child from Handle, Handle itself is like a pointer to object in memory. You work with Handle object and its data via its pointer.
So you can just pass ArrayList (and any other Handle-based thing) as value, not a reference.
Thanks
Ludak is offline