Skip to content
Home » VB 6 » Page 4

VB 6

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()

VB 6 Arrays

  • by

The VB 6 arrays hold data of a single type. In this article, you will learn about declaring, assigning, and various array handling techniques. Types… Read More »VB 6 Arrays