Tag: Macro Functions

Compress – Keep Writable

varname = compress(varname, , ‘kw’);The modifier “k” stands for ‘KEEP’ and the modifier “w” stands for ‘WRITABLE’. When compress function is used in combination of K & W modifiers, it keeps all the writable characters which means it deletes all the…