Hiya,
I'd like to place an If statement in my postbit which checks the usergroup first. Basically
Code:
[IF Usergroup Number = 1]
Do Stuff;
[/IF]
Could someone please give me the correct VB'ed version of that pseudocode.
Also, I'm looking for a reference for VB coding standards, like what hooks (right term?) can be called, where, how, etc. I looked around the VB.com website but couldn't find anything, though it should be there. Can someone point me in the right direction please.
Thank you.