on ‎2024 Jan 25 9:32 AM
I am developing a bot in irpa which requires updating the from and to periods by 1. I wanted to develop a custom script but is showing incorrect can someone help me correct it?
var Valutabl;
for(var i = 0; i <$.s_ChangeViewPostingPeriodSp.fromper1>.; i++)
{
if($.s_ChangeViewPostingPeriodSp.fromper1[i]== "1")
{
$.s_ChangeViewPostingPeriodSp.fromper1[i]=='2';
}
}
Valutabl = s_ChangeViewPostingPeriodSp.fromper1;
return Valutabl;
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.