Hi
CCSv4.1.3
I am able to load my .js, but can't unload it. See below. Any ideas?
The loadMem.js file has a function called load_mem which can be seen when I type "help load"
Cheers
js:> loadJSFile c:\Work\CCsv4_ndk\loadMem.js js:> help load loadCoff loadData loadJSFile loadKeyword loadProg loadRaw load_mem js:> unloadJSFile c:\Work\CCsv4_ndk\loadMem.js c:\Work\CCsv4_ndk\loadMem.js (The system cannot find the file specified) js:> unloadJSFile "c:\Work\CCsv4_ndk\loadMem.js" c:\Work\CCsv4_ndk\loadMem.js (The system cannot find the file specified
)