Sqr Function
Syntax Sqr(Num)
Group Math
Description Return the square root.
Parameter Description
Num Return the square root of this numeric value.
Example
'#Language
"WWB-COM"
Sub Main
Debug.Print Sqr(9) ' 3
End Sub
Syntax Sqr(Num)
Group Math
Description Return the square root.
Parameter Description
Num Return the square root of this numeric value.
Example
'#Language
"WWB-COM"
Sub Main
Debug.Print Sqr(9) ' 3
End Sub
© 2024 RFgen Software. A division of DataMAX Software Group, Inc. All Rights Reserved.