The pointer to the top of the data list is reset using the which of the following statements?
DELETE
REMOVE
RESET
None of the above
1
Expert's answer
2014-10-22T01:04:08-0400
Solution: Inmost programs, values in data lists are read and processed only once. However, there are times when it is desirable to re-read data within a program; you can use the RESTORE statement to resetthe pointer to the top of the data list.
Comments
Leave a comment