Eric-Harvey
@eric-harvey
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 7
Reply
RE: Find a prime #?

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…

16 years ago
Forum
Reply
RE: PEN Control objects beta.

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…

17 years ago
Forum
Reply
RE: classOf for values?

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 …

17 years ago
Forum
Reply
RE: Comparing Matrices

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…

17 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: Trying to make DotNet TabControl for the first time….

you need to define the dotnetObject as a UI element. so instead of the line local myTab=dotNetObject “System.Windows.Forms.TabControl” use dotNetc…

17 years ago
Forum
Reply
RE: Remove the quotes marks from a string how.?

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 …

17 years ago
Forum
Reply
RE: Remove the quotes marks from a string how.?

Not sure if this will help but you can evaluate a string as though it were a statement by using the execute command.

17 years ago
Forum