CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Statements

  1. #1
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    Statements

    is there any statement that has ONLY alphabetic letters in it. string has both but i only want alphabetic. thanks

    PanasonicSubz

  2. #2
    Join Date
    Dec 1999
    Location
    Israel
    Posts
    101

    Re: Statements

    You can use String variable and check every char, using IsNumeric() function, so user will not be able
    to enter digits, if this is what you mean.

    Good Luck!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured