Try something like:
if not type Decimal::TryParse(fldDescr1::Text, BCL-DESC)
*> invalid numeric data
move 0 to BCL-DESC
end-if
Try something like:
if not type Decimal::TryParse(fldDescr1::Text, BCL-DESC)
*> invalid numeric data
move 0 to BCL-DESC
end-if