Jul 11, 2002 #1 infinitysquadron Programmer Joined Aug 2, 2002 Messages 20 Location CA How can I count the number of characters/digits in string and numerical variables?
Jul 12, 2002 Thread starter #2 infinitysquadron Programmer Joined Aug 2, 2002 Messages 20 Location CA Nevermind! I figured it out. I can just use LEN for the strings and STR$ and LEN for the values. Upvote 0 Downvote