Hello Guyz!
need info about handling system exception while making type conversion. for example, i have 3 variables, viz.
<b>v1 type p,
v2 type f,
v3 type i.</b>
now i am going to divide v2 by v3 and store result in v1, i.e.
<b>v1 = v2 / v3.</b>
all i need is, in this particular case, if system ever gives any exception and if so,then is there any existing system defined exception to handle this.
shane