Amon@lemmy.world to Shortcuts@lemmy.worldEnglish · 18 days agoHow to add items to a list?message-squaremessage-square2fedilinkarrow-up14
arrow-up14message-squareHow to add items to a list?Amon@lemmy.world to Shortcuts@lemmy.worldEnglish · 18 days agomessage-square2fedilink
minus-squareatnbueno@lemmy.worldlinkfedilinkEnglisharrow-up2·16 days agoThe output of a Repeat loop is already a list, so you can do this too: Repeat 10 Ask for Input (Text) End Repeat Set Variable (MyList) to (Repeat Results)
The output of a Repeat loop is already a list, so you can do this too:
Repeat 10 Ask for Input (Text) End Repeat Set Variable (MyList) to (Repeat Results)