I ASKED HOW TO WHILE executeScript USING THE ALPHABET

PLEASE TELL ME THANK YOU
I HAVE TRY THIS BUT FAILED (

maybe it’s a little stupid but i’m just trying to try if anyone can please tell me thanks

{
  "Command": "store",
  "Target": "A",
  "Value": "S",
  "Description": ""
},
{
  "Command": "while_v2",
  "Target": "${S} < Z",
  "Value": "",
  "Description": ""
},
{
  "Command": "executeScript_Sandbox",
  "Target": "return (${S}) + z",
  "Value": "S",
  "Description": ""
},
{
  "Command": "end",
  "Target": "",
  "Value": "",
  "Description": ""
}
{
  "Name": "AAA",
  "CreationDate": "2022-4-27",
  "Commands": [
    {
      "Command": "store",
      "Target": "A",
      "Value": "S",
      "Description": ""
    },
    {
      "Command": "while_v2",
      "Target": "${S} < \"Z\"",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "executeScript_Sandbox",
      "Target": "return String.fromCharCode(${S}.charCodeAt() + 1);",
      "Value": "S",
      "Description": ""
    },
    {
      "Command": "echo",
      "Target": "${S}",
      "Value": "green",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}
1 Like

THANK YOU IT HELPED ME SO MUCH

{
“Name”: “AAA”,
“CreationDate”: “2022-4-27”,
“Commands”: [
{
“Command”: “store”,
“Target”: “A”,
“Value”: “S”,
“Description”: “”
},
{
“Command”: “while_v2”,
“Target”: “${S} < “Z””,
“Value”: “”,
“Description”: “”
},
{
“Command”: “executeScript_Sandbox”,
“Target”: “return String.fromCharCode(${S}.charCodeAt() + 1);”,
“Value”: “S”,
“Description”: “”
},
{
“Command”: “echo”,
“Target”: “${S}”,
“Value”: “green”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
}
]
}