Hi !
I'd like to write an automatic documentation system in my model. I added a Dashboard with Model documentation and within a dynamic flexscript I tried to recover one line from a custom code where the documentation is written.
I could recover the entire code but I did not succeed in separating it per line. It does not seem to take it as an array or a text, as the property length is not working. Neither is slice.
Is it possible to get one or several line from the codeNode property of a Custom Code ?