Skip to content
Home » VB 6 Programming » Page 3

VB 6 Programming

VB 6 – StrConv()

  • by

In this example, you will learn about the string handling funciton called StrConv(). That converts the string into following types vbKatakana vbHiragana vbUpperCase vbLowerCase vbUnicode… Read More »VB 6 – StrConv()

VB 6 – Len()

  • by

In this example, you will learn about string handling function called Len() which return the length of a given string. VB Code Output – Len()