pop up for a program error
Hi All,
I want to build a program which has a user alert
facility as soon as it find some error while executing. For example if
there is a program like this
procedure(testing()
a = "try"
b = 2
c=a*b
) This program will find an error at line c = a*b.
and throw a *ERROR ..... message in icfb.log. I ...