cannan
09-03-2009, 04:13 PM
Hello,
I'm doing my first steps in programming with Max's SDK, and I find it very frustrating, for someone who used to get the answers quickly from Microsoft's MSDN - I'm kind of lost when it comes to Max's SDK reference.
I hope someone would be able to help me with couple of very basic consepts that I don't get:
I'm trying to create a DLL for reading and writing files, that will return to Max the information in the files in a format Max can understand.
my question is, how can I return to Max the variables types that it used to, for instance:
how do I return 'undefined'? is it the same as 'null'?
how can I return an array that it's first index is 1 and not 0?
how can I return to Max a variable that can be any type? (for example a variable that can be sometimes a number and sometimes text)
I will appritiate any light on this subject
I'm doing my first steps in programming with Max's SDK, and I find it very frustrating, for someone who used to get the answers quickly from Microsoft's MSDN - I'm kind of lost when it comes to Max's SDK reference.
I hope someone would be able to help me with couple of very basic consepts that I don't get:
I'm trying to create a DLL for reading and writing files, that will return to Max the information in the files in a format Max can understand.
my question is, how can I return to Max the variables types that it used to, for instance:
how do I return 'undefined'? is it the same as 'null'?
how can I return an array that it's first index is 1 and not 0?
how can I return to Max a variable that can be any type? (for example a variable that can be sometimes a number and sometimes text)
I will appritiate any light on this subject
