InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Entry? |
|
Answer» It is used to EXTRACT a string from the LIST. This FUNCTION takes two parameters ONE is the position of the string and another one is the list. Syntax: Entry (<Position of a String><variable-List>). It is used to extract a string from the list. This function takes two parameters one is the position of the string and another one is the list. Syntax: Entry (<Position of a String><variable-List>). |
|