Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27514

It should be different if I remember correctly

$
0
0
Hi,

Is there anything wrong, or nothing wrong:
Dim a As String
a = "abcde"
Debug.print("---" & String.Format(a, "@@@") & "---")
Debug.print("---" & String.Format(a, "!@@@") & "---")
Debug.print("---" & String.Format(a, "@@@@@@") & "---")
Debug.print("---" & String.Format(a, "!@@@@@@") & "---")
I got the same tesult
---abcde---
---abcde---
---abcde---
---abcde---

Viewing all articles
Browse latest Browse all 27514

Trending Articles