THE Access developer in Iceland?

 

Home

 

Code samples

 
 
 

 

 

 

 

 

 

 


Nr.:


Tip of the moment is:

Convert a string case settings
Convert a string case settings with StrConv

 

 MsgBox StrConv(InputBox("Test"), vbLowerCase)

 

Other conversion are:

vbUpperCase

  Converts the string to uppercase characters.

vbLowerCase

  Converts the string to lowercase characters.

vbProperCase

  Converts the first letter of every word in string to uppercase.

 

Aslo for Hiragana & Katakana characters and Unicode:

vbWide

vbNarrow

vbKatakana

vbHiragana

vbUnicode

vbFromUnicode

Bibliography: Arni Laugdal
See also:

Send a comment (Article nr: 8006)