This is as close as you can get in Lite-C. (not possible in C-script AFAIK)

Code:
function do_something(var* number)
{
   *number += 5 * time_step;
}

Also, when using it THIS way, its called a var POINTER, not a var array.


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial