I just want to read text of a url line such as:(Only read function) the whole text(html format is ok) I want to store necessary data for my website,a…
I tried,I used (dotNetClass “system.Net.WebRequest”),sometimes not response even I can visit url site normally,is the “.net FileStream” as same as dot…
Hi,denisT,thanks too much for your kindly help,you’re correct,after I added the heapsize, it works fine!!! :bowdown:
Just read data from another format,like .vbs,the vbs inculdes funtions and rollout,but not using maxscript wrote,so I need to import them into maxscri…
The data has long strings like rollout or functions: array[1]= rollout test “” ( label test “you are master” button test_button “” ) array[2]= Fn H…
denisT: don’t set it more than 200Mb. it doesn’t make a sense. honestly 200 is too much too. if max wants to crash because of memory leaking there i…
I’ve tested 1.whatever I changed the heap size to any number,200(MB) or 900(MB),the ‘MXS auto increased heap size to: ’ still shows 2.When I set it t…
I just searched,did not find the code to do it via maxscript
Oh,thanks,but this can crash 3dsmax or make 3dsmax cause errors?
Hi lo,tested,works!!! at first I think execute need use global value(I think “a=5” need a is global),but if test_array is a global value,the items of …