FAQ/Divide-By-Zero.md
... ...
@@ -1,8 +1,10 @@
1
-We have implemented the Div/0 custom format option. This functionality is available in latest maintenance releases past 6.7.258.
1
+#I'm Getting #DIV/0 In My Report preview
2 2
3
-Usage; code for your Izenda global.asax:
3
+If you accidentally divide by zero, Izenda would handle it by outputting the string "#DIV/0". To this end, we have implemented the Div/0 custom format option. This functionality is available in latest maintenance releases past 6.7.258.
4 4
5
-```
5
+Usage; code for your Izenda ``global.asax``:
6
+
7
+```csharp
6 8
// By default the display still shows "#DIV/0" when a divide by zero action occurs.
7 9
8 10