Expression Evaluator
Copyright 1999, Konstantin Tretyakov (kt_ee@hotmail.com)
http://smartsite.cjb.net
------------------------------------------------------
You may use this code for free if you give me credit.
If you modify it or make your own program with it,
I would VERY APPRECIATE, if you mailed it to me

On the whole - just do not stamp your name on what you haven't
done quite alone.
------------------------------------------------------
This project was my last one in VB :(, 'cause I switched
to Delphi :) later (the date is 24.6.1999).
I rewrote it in Delphi and I found
quite a lot of 'undocumented features' (bugs :-) in it and many 
ways to improve it.
I must confess, I was too lazy to correct this old file,
because these bugs are not very BIG and are quite easy to remove.
Anyway, this code still seems to me rather unique and excellent (I'm proud of me ;-)

Maybe you will be interested in how you can improve it?
Well, you can: 
1) Improve this stupid syntax error checking!
2) Add more functions
3) Make support for string functions (like MsgBox :-) and for functions 
with different number of arguments.
4) Make support for variables and constants
  (I mean there must be some Sub like 'SetVariable(VarName as String,Value as Double)' 
5) Many more..

All these improvements will take you about several
 hours, (I know - I did it) and then just use your imagination:
  for example: create your own script language :)
 
__________________________________________________
Yours Sincerely, Konstantin Tretyakov (kt_ee@hotmail.com)
