Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

fidbc gravatar image

In your example, if you check the type of n, you can see it is of type Integer. So maybe Integer(s,10) can do the job faster.

click to hide/show revision 2
No.2 Revision

In your example, if you check the type of n, you can see it is of type Integer. So maybe Integer(s,10)Integer(s) can do the job faster.

Edit: Changed from Integer(s,10). Thanks to @kcrisman for pointing this out.