C# string Abs; Abs = Abs != "" ? "abc" : "cba";VB Dim Abs As String Abs = If(Abs <> "", "abc", "cba")
No comments:
Post a Comment