I was perusing some core recently, when I discovered this little nugget
If (dataAreaToUpdate.RecId > 0) { ... }
The intention was to act if the record designated by the dataAreaToUpdate variable...(read more)
↧