The best (and possibly only) way to find primes is to run through the numbers and see if they divisable by anything other than 1 and themselves. A goo…
Very cool little tool here. Perfect for making customizable control objects. Truthfully the stock ones that you have on your website were getting a bi…
Pjannsen, were you able to find an answer to this in the help file? If so could you please tell me where because I have been through it looking for a …
Thanks for the explanation Bobo. I hadnt been thinking of them like arrays, I had just assumed they were like values. Also your “as string” solution…
you need to define the dotnetObject as a UI element. so instead of the line local myTab=dotNetObject “System.Windows.Forms.TabControl” use dotNetc…
Ok I have broken down the issue here. basically when you execute TheMaterials[i] it returns the name and type of that material instead of an index of …
Not sure if this will help but you can evaluate a string as though it were a statement by using the execute command.