FUNCTION:  Sqr( )

Sqr(Number)
 
The Sqr function returns the square root of a positive number.
 
Code:
<% =Sqr(4) %>
 
Output:
2
 
Code:
<% =Sqr(123.456789) %>
 
Output:
11.1111110605556


Copyright 1999-2004 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information