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

Thread: A function?

  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    A function?

    There was a function in VB to check for correct sentence syntax (like first letter is capitalized, and so on). I'm going to write my own checksyntax function, but I need to know the name of the other one. Thanks.


  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: A function?

    Text1 = StrConv(Text1, vbProperCase)

    David Paulson


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