`i = try { Integer.parseInt(iVal) } catch(f: Numbe...
# announcements
e
i = try { Integer.parseInt(iVal) } catch(f: NumberFormatException) { 0 };