Apr 29, 2010 #1 troop49 Programmer Dec 17, 2009 17 US StringVaribable need to convert to numberic value.
Apr 29, 2010 #2 briangriffin Programmer Nov 6, 2008 878 US Not a lot to go on here, but: tonumber(stringvariablename) You also might want to take advantage of the isnumeric function to test if the stringvar can be converted to a number. Upvote 0 Downvote
Not a lot to go on here, but: tonumber(stringvariablename) You also might want to take advantage of the isnumeric function to test if the stringvar can be converted to a number.