You are here

table and int

To use the table function we need an int. Therefore the recommendation is to use table(int(time())). This does work. However if I make another variable, say x, and make x=int(time()) and then use table(x) - Simile complains that table needs and int. Is this a bug or a feature?

Forums: 
Taxonomy upgrade extras: 

Make sure that x actually has units of int -- if it was previously real, then it will stay real even if you change its equation to something that evaluates to an int. You have to actually edit the units field in the equation dialogue.