Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there an IsAlpha function in QB64PE?
#2
Quote:to examine an input's type


An input's type is determined by the variable that contains the value:

Code: (Select All)
Input "Enter a number"; aNum ' << single type
Print "A number"; aNum
Input "Enter a string"; aString$ ' << determines Type
Print "A string "; aString$
b = b + ...
Reply


Messages In This Thread
RE: Is there an IsAlpha function in QB64PE? - by bplus - 04-01-2023, 12:07 AM



Users browsing this thread: 1 Guest(s)