ok so i have this for get and get 2 but u notice the .zip is now zip

%get yu-gi-oh - reshef of destruction (u) [-].zip 9.90 mb
%get2 yu-gi-oh - reshef of destruction (u) [-]zip

im using remove to remove the last size of the file, but i have to remove the . in the end to but that takes out all the .'s any way around this?

on *:dialog:easyaccess:sclick:4: {
/set %get $did(1).seltext
/set %get2 $remove(%get,0,1,2,3,4,5,6,7,8,9,kb,mb,gb,(for the . here)
/msg %nick get %get2
}