Matthew:
Its always better to use the & Operator.
if you want the return value to be a Concatenated string Always use &.Code:Text1.Text = Text1.Text & "B"
Code:MsgBox 1 + 2 ' returns 3 as an integer MsgBox 1 & 2 ' returns 12 as a string
|
Results 1 to 6 of 6
Thread: Another Question Matthew GatesThreaded View
|
Click Here to Expand Forum to Full Width |