What is the difference between variable-length string data type and fixed-length string data type?
Printable View
What is the difference between variable-length string data type and fixed-length string data type?
Fixed length can only have a specific number of characters whereas Variable length does not.
Code:'Fixed Length of 30
Dim strTemp As String * 30