InterviewSolution
Saved Bookmarks
| 1. |
What Is The Meaning Of Ssrange And Nossrange? |
|
Answer» These two are options of the COMPILER for verifying the out of RANGE state for the subscript. The DEFAULT will be NOSSRANGE and it IMPLIES no flagging of run-time errors when the subscript or index is exceeding the permitted range. These two are options of the compiler for verifying the out of range state for the subscript. The default will be NOSSRANGE and it implies no flagging of run-time errors when the subscript or index is exceeding the permitted range. |
|