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
'Fixed Length of 30 Dim strTemp As String * 30
Forum Rules