So I have some code:
list _ ScratchFilePicker new extensions: #(#scratch #ext ).
heres the catch, ext is a global variable but when run through that code it gets turned into
#scratch #ext
and not
#scratch #(ext's value)
Help!
Offline
Where it needs changeing at:
UI-Dialogs-FileChooser-all-createScratch
UI-Panes-FrameMorph-all-importScratch Project
Offline
Hmm nXIII its still not working. the ext is set to 'cw'. When i run it it still wont get cw files?
Offline