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

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 27203

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>