I Make Encode Text Program Then I use Function
TextBox2.Text = Passed(Microsoft.VisualBasic.Right(nowvalue, 5)) & " " & TextBox2.Text
And It tell This Error
Operator '&' is not defined for types 'System.Drawing.StringFormat' and 'String'.
Why "&" is caught in function but it seperate from "()"
First And
My Code Is Very Long
Thank For Help