![]() |
C# scripting, range() - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html) +--- Thread: C# scripting, range() (/thread-4848.html) |
C# scripting, range() - jcjworks - 06-25-2025 In C# scripting, how can I use the range function to generate a sequence of integers? What is the syntax for range? Sometimes I need a large set of numbers, like range(5, 19). PHP Code: public void simulationStep() RE: C# scripting, range() - jcjworks - 06-25-2025 And how do I use scripting to assign particle targets? |