21-03-2008, 05:34 PM
Look, while I am intelligent enough to comprehend what you just said, there's no point in trying to when my question was so simple. Maybe I'll ask the audience one more time. Let me see if I have this right:
Dim first As String
Dim second As String * 10
first = "Lorem Ipsum" '11 chars
SO first is 32 bytes (10 + 2(11))? and second is 10 bytes? Lemme know if I know my stuff yet.
Dim first As String
Dim second As String * 10
first = "Lorem Ipsum" '11 chars
SO first is 32 bytes (10 + 2(11))? and second is 10 bytes? Lemme know if I know my stuff yet.