InterviewSolution
Saved Bookmarks
| 1. |
What is the function of string operator give thanks and take thanks |
|
Answer» The operator, “+”, can be used to CONCATENATE strings TOGETHER. The function is used to format data into a string. The READS procedure can be used to read VALUES from a string into IDL variables. |
|