First page Back Continue Last page Overview Graphics
Computed Column Subroutines
Must be IS typed on BGP
First argument is only output allowed
Naming convention same as variables:
string xResult1;
int xAge;
xResult1 = SCalcAge(vId);
xAge = (int) xResult1;
return xAge;