Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
With an example pls .
LET helps you to have expressions like LET num = num +2;
While MOVE overrides the value.
Thanks
Nitin
Thanks Nitin.
This question has been asked before - see the answer here http://www.compshack.com/forum/peoplesoft/peoplesoft-technical/differenc...
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Both Let and Move are Assignment statements.
But the move command is used to copy data from one storage location to another.An edit mask may be used.This command is used only for assignment , no experssions can be formed.
let command is used to assign the value of a literal or variable, or the results of an expression, to a user-defined variable.An expression may be formed as a combination of operands, operators, and functions.
The move command is more efficient that the let command for assignment statements.