Hi guys is there an equivilent of try (vb08) in vb6
If you dont know what try does in vb08 ... it tries to do something but if there is an error it simply ignores it.
Try also contains commands like catch and finally.
It solves many problems of programming for vb08 so i wondered if it did exist in vb6 cuase i cant seem to find it.
If vb6 had a try function it would solve many problems posted in the forum.
Daniel(~_~)
If you dont know what try does in vb08 ... it tries to do something but if there is an error it simply ignores it.
Try also contains commands like catch and finally.
It solves many problems of programming for vb08 so i wondered if it did exist in vb6 cuase i cant seem to find it.
If vb6 had a try function it would solve many problems posted in the forum.
Daniel(~_~)
Comment