strip.pro

InfoInfo
Search:    
; Comments added by Erik Johnson 7/3/07
; strip.pro, compiles and runs with idl
; called by cleaner.pro (which creates clean .s2 files)

function strip,str



new_str = strcompress(string(str),/remove_all)



return, new_str



end
This is a Wiki Spot wiki. Wiki Spot is a non-profit organization that helps communities collaborate via wikis.