Hi
On page 465 and on other pages I keep seeing the ~ (tild) sign and never an explanation for why it is used!
on page 465 there is the following
Code:
newFont = new Font(oldFont, oldFont.Style & ~FontStyle.Bold);
This is repeated a number of times with absolutely no explanation as to why its there.
Is there somebody who could explain please.
Thanks in advance for any help that you can give to me.