PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


ofp:missions:errorzerodivisor

This is an old revision of the document!


Error Zero Divisor

This error occurs when the variable you are trying to divide has a value of zero, or when you attempt to divide a variable by 0.

It also occurs when you attempt to access an element of an array which does not exist.

Example:

_myVar = 0 / 15 
_myVar = 15 / 0 
_myVar = [1,2,3] select 15
ofp/missions/errorzerodivisor.1184215323.txt.gz · Last modified: 2007/07/12 04:42 (external edit)