Hey. I'm pretty new to Visual Basic Scripting and I think I have reached the limit to what Visual Logic can help me with. Basically I would like to take a clock widget, add three hours and have a separate text layer display the time thus changing a PST time zone clock to a EST time zone clock.
Essentially a clock on my ticker would read 8:00AM PST and then would cycle to 11:00AM EST.
I've hacked a way to do this through visual logic. I am currently stripping the hours off of my system clock, adding three and subtracting 12. The problem with that is visual logic doesn't give me any "if/then" options. This results in numbers like -8 when its should read 4 (1PM + 3 - 12).
So I'm thinking I need to start over by editing the script itself to reflect this. How can I get started?