Cell Array Floats
Is it possible to store floats in a cell array?
Code:
new Float:floaty = 10.5;Code:
new Float:floaty = Float:ArrayGetCell(Array:which, item); |
Re: Cell Array Floats
I don't see a problem with it.
Code:
|
Re: Cell Array Floats
Quote:
|
Re: Cell Array Floats
Problem was that I was setting with one tag and retrieving with a different. Eg:
Code:
ArraySetCell(aMyArray, 0, 1);Code:
ArraySetCell(aMyArray, 0, 1.0); |
Re: Cell Array Floats
Good job :up:
|
| All times are GMT -4. The time now is 13:48. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.