Can I include all the jsl files in a directory?
I'd like to have a directory of all my jsl functions but I don't want to have to include each file individually. Is there a way to include all jsl files in a directory, (e.g. Include("C:...\Documents\JMPfunctions\*.jsl"); ). Maybe just make and maintain a master file that includes all the functions and then include the master file? Is there a more elegant way?Thanks
vince_faller