What is the difference between Set() and Let() script statements?
Answer Posted / Vijay Kumar Srivas
Set() statement is permanent and remains active even after the script execution ends, while Let() is temporary and disappears after the script execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers