InterviewSolution
Saved Bookmarks
| 1. |
What Is The Different Between Index And Subscript? |
|
Answer» Subscript REFERS to the array of occurrence, where as INDEX REPRESENTS an occurrence of a table element. An index can only modified using perform, search & SET. Need to have an index for a table in order to USE SEARCH and SEARCH All. Subscript refers to the array of occurrence, where as Index represents an occurrence of a table element. An index can only modified using perform, search & set. Need to have an index for a table in order to use SEARCH and SEARCH All. |
|