This function can give you lots of happiness for searching items inside a string or file. ( Global FindAllWC fn compileCString = ( classStr = (…
I see… Thanks!
Yes, of course. But I needed it inside C# so I did it. And I thought that ‘matchPattern’ was only valid starting with a character (I suppose fault of …
DaveWortley: Interesting that looks like a nice middle-ground between the 3dsmax matchPattern function and full user-unfriendly regex. I’d keep your…
I’ve edited the function to return an integer (if not, maxLINQ.Sort does nothing). With qsorting: ( fn fileTime file = ( dotnetFile = dotnetCla…
Here’s a function through DotNet to get a “comparable value” of file dates: fn fileTime file = ( dotnetFile = dotnetClass “System.IO.File” fil…
Thanks for sharing your work and your tools, Vojtech.
New version V1.02 with five new functions: OfType: selects the array elements that are of the indicated maxClass type. Split: Splits a String into…
Merci beaucoup, SugaRi. MaxScript has curious things… Look at this: ( var = dotNetObject “System.Collections.Generic.List`1[System.Int32]” …
You can find some additional info in this thread:
I can’t understand well your code. Which value holds the new items to append? It seems you always append the same values. You can also try to clear th…
Perhaps you are not assigning your CA definition to a variable? Try next code: the_weaponData = attributes weaponData ( parameters main rollout:…