[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VB Script



PureBytes Links

Trading Reference Links

A source level debugger!!!

If you are not a programmer, except for EL and you have never used a
debugger, well you are in for a *big* treat. Step through code, examine
exactly what each variable is doing at any time, see your code go through
loops.

80% of my time in EL was trying to debug code the *very* old fashioned way
of inserting debug statements, ie Print statements, to write out variables.
Dark ages technology.

Debuggers are also a great way to learn code.

Scott Hoffman
Issaquah, WA

-----Original Message-----
From: Mark Brown <markbrown@xxxxxxxxxxxxx>
To: Omega List <omega-list@xxxxxxxxxx>
Date: Wednesday, December 09, 1998 9:46 AM
Subject: VB Script


>
>what are the pros or cons of writing trading programs in VB Script?
>
>