I'm trying to destring my totaltrade variable but it's returning me the following error.
My dataset looks like this :
My code is this
Getting this error after putting that command
Any helpful suggestion is going to be very much appreciated
My dataset looks like this :
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str12 totaltrade "284,944,468" "237,956,928" "136,575,034" "111,223,976" "101,089,801" "92,208,560" "73,400,104" "63,004,373" "61,701,612" "58,038,313" "56,893,814" "6,522,640" "8,838,236" end
Code:
destring totaltrade, replace ignore(" ")
Code:
totaltrade: contains characters not specified in ignore(); no replace

Comment