InterviewSolution
Saved Bookmarks
| 1. |
I) LET statement is used to assign a value to avariable or doing _ help me this is fill in the blanks |
|
Answer» Answer: LET statement is used to assign a value or a set of values to a variable or a record. A variable of any data type except for the object data TYPES (e.g. WINDOW, FORM) can be assigned values with the HELP of the LET statement. |
|