basic math functions

nsmoller
09-08-2003, 07:44 AM
need help/direction on where to find basic math functions... i'm on a slow computer and searching is taking forever...

i need square root and somethign that deals with remainders (for height in ft/inches)

thanks in advance

SpaceFrog
09-08-2003, 07:48 AM
try MyValue^1/2

SpaceFrog
09-08-2003, 07:51 AM
For remainders have a look at mod ?

sPiKie
09-08-2003, 07:59 AM
You should really see in the Object Browser.. And then search on math. Simply show it pressing F2 in the coding window.. To get the square root of an product use this: Sqr(numberher).. Example:

MsgBox Sqr(9) 'should be 3, because 3*3=9

:)

nsmoller
09-08-2003, 08:13 AM
thanks guys!

sPiKie
09-08-2003, 08:20 AM
Your welcome!

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum