M Mikie Member Licensed User Longtime User Aug 3, 2011 #1 In a label can one use special characters(Character map)?
Cableguy Expert Licensed User Longtime User Aug 3, 2011 #2 Yes, just concatenate the text: Label1.text = "this is the " & CHR(210) & " Character" Upvote 0
M Mikie Member Licensed User Longtime User Aug 5, 2011 #3 Thanks for info. I loaded the character map in Win7 found the symbol I needed and copied it and put it into a label in the designer and it worked. Need to test on another phone to make sure. Upvote 0
Thanks for info. I loaded the character map in Win7 found the symbol I needed and copied it and put it into a label in the designer and it worked. Need to test on another phone to make sure.
luke2012 Well-Known Member Licensed User Longtime User Aug 11, 2013 #4 Hi, which is the code for the char "✓" ? Upvote 0
luke2012 Well-Known Member Licensed User Longtime User Aug 12, 2013 #6 klaus said: It's Chr(10003) Best regards. Click to expand... Thanks Klaus! Have nice holidays! Upvote 0