Does anyone have any experience of why main() parameters will suddenly stop appearing as parameters in Edit Studies?
I have several saved versions of my efs as it is being developed. Earlier versions had their main() parameters appearing ok but suddenly in the lastest two versions the parameters willl not appear. No changes have been made to parameters in the last two versions.
The parameters are not defined in a var statement - only in the function main() statement.
I have now changed the statement to one parameter:
function main(test) {
and this doesn't appear either!
Grateful for any clues!
Thanks
Maurice
I have several saved versions of my efs as it is being developed. Earlier versions had their main() parameters appearing ok but suddenly in the lastest two versions the parameters willl not appear. No changes have been made to parameters in the last two versions.
The parameters are not defined in a var statement - only in the function main() statement.
I have now changed the statement to one parameter:
function main(test) {
and this doesn't appear either!
Grateful for any clues!
Thanks
Maurice
Comment