Search found 3 matches

by abma
21 Feb 2020 16:34
Forum: Tips & Tricks, Questions & Answers
Topic: foreach syntax problem?
Replies: 4
Views: 1350

Re: foreach syntax problem?

I'm good at looping with "for ...", it can control the looping rules very well. "While ..." I rarely use it. I only use "if ..." and "for ..." when programming
by abma
21 Feb 2020 05:20
Forum: Tips & Tricks, Questions & Answers
Topic: foreach syntax problem?
Replies: 4
Views: 1350

foreach syntax problem?

I want to do 100 loops, the foreach command can only be entered manually? :cry:

Code: Select all

foreach ($token, 1,2,3,4..., ",") {
	msg $token;
}
Writing in other languagesin

Code: Select all

for i in range(100)......
for i = 1 to 100 ......
by abma
19 Feb 2020 11:31
Forum: Script Exchange
Topic: Everything for xyplorer
Replies: 17
Views: 12233

Everything for xyplorer

Hello everyone! This is a very simple but practical script I wrote myself, Introduction: This script calls Everything's command-line ES to import search results, is extremely fast, and supports Everything's syntax commands. If you don't have Everything installed, please go to the official website to...