Sep 18, 2001 #1 SDS100UK MIS Jul 15, 2001 185 GB Hi, I would like to know how to convert the output of a function which is variant to a number. Any ideas? I am sure it can be done but I have no idea how. Many thanks Steven
Hi, I would like to know how to convert the output of a function which is variant to a number. Any ideas? I am sure it can be done but I have no idea how. Many thanks Steven
Sep 18, 2001 #2 DarkSun Programmer Mar 8, 2001 232 GB Look at Type Conversion Functions in the help. You might find what you are looking for in there. CBool(expression) CByte(expression) CCur(expression) CDate(expression) CDbl(expression) CDec(expression) CInt(expression) CLng(expression) CSng(expression) CVar(expression) CStr(expression) Upvote 0 Downvote
Look at Type Conversion Functions in the help. You might find what you are looking for in there. CBool(expression) CByte(expression) CCur(expression) CDate(expression) CDbl(expression) CDec(expression) CInt(expression) CLng(expression) CSng(expression) CVar(expression) CStr(expression)