Converting change statement from Panorama 6 to X

I am transferring a procedure from Pan 6 to X and it won’t run saying that I have a syntax error.
What I am trying to do is to select from certain fields a T and trying to lose that T from that field.
Here is the Procedure that won’t run, I guess it doesn’ t like the “”.
So how do I change this???
Here is the Procedure to change:

Field “14-Driving Rank”

Select «14-Driving Rank» contains “T”

Change “T” “”

Field “12-Fairwaysrank”

Select «12-Fairwaysrank» contains “T”

Change “T” “”

Field “16-Greenshitrank”

Select «16-Greenshitrank» contains “T”

Change “T” “”

Field “18-PuttsRank”

Select «18-PuttsRank» contains “T”

Change “T” “”

Field “20-GIRRank”

Select «20-GIRRank» contains “T”

Change “T” “”

Thanks

The Change statement requires a comma between the parameters. It’s missing in your code.

The change help page provides detailed instructions on how this statement needs to be adjusted when converting from Panorama 6 to X.