I just found something new (to me) with 'Read' that I never knew about. You can read data and shunt it directly to an array:
Read array_name(index/pointer (whatever it is called))
I never knew this - I have always Read data and then assigned it.
Is there anything else it can do directly? I feel I have missed some sort of coding evolutionary step with this.
Read array_name(index/pointer (whatever it is called))
I never knew this - I have always Read data and then assigned it.
Is there anything else it can do directly? I feel I have missed some sort of coding evolutionary step with this.