I have been working on VB and I have been recently assigned to make some changes to a delphi module since they are "similar" according to my boss. I was doing just fine until I met this line of code:
settings := settings Or $20;
where settings is an integer. Can you please tell me what $20 stands for?
ps: settings is then saved in registry.
Thanx
settings := settings Or $20;
where settings is an integer. Can you please tell me what $20 stands for?
ps: settings is then saved in registry.
Thanx