Hi guys,
I can't seem to get the stored text from an array by using the code below:
arrayBusiness.At(int(random(3)))
It just shows '0'
This is probably an easy one, can anyone help me please?
Regards,
SPX
Example capx
If a returned value from the array is "0", it means you are probably trying to get values out of the bounds of the array or a not filled cell.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, that helped!