Record ID rounding.

Record ID rounding.

I'm looking to get a random number. I don't like all the hacks I see here it the forum. Why doesn't Creator have this as a built in function.

So I'm using the ID of my record since this is unique and tied to the record (a requirement).

Why doesn't this work? I get an error.

      
alert(myRecord.ID.round(6));


tt