Is it possible to parse a text file in the mission folder or any folder in arma for that matter into an array?'
I have a data.txt file like this...
679A97D6F58C90B86A5
A5958CD967866A97F0B
I would like to get it into arma with a loadFile function into an array like this
['679A97D6F58C90B86A5','A5958CD967866A97F0B']
Each line break will be its own value in the array.
Is this possible? & is it possible to track loadFile errors on the clients side?
I have a data.txt file like this...
679A97D6F58C90B86A5
A5958CD967866A97F0B
I would like to get it into arma with a loadFile function into an array like this
['679A97D6F58C90B86A5','A5958CD967866A97F0B']
Each line break will be its own value in the array.
Is this possible? & is it possible to track loadFile errors on the clients side?
Last edited: