I have a large number of images-as-buttons that have a naming convention that goes like this: 118.png, and they are referred to in a cardScript like that.
Now those images-as-buttons look pretty shabby, so I have replaced them with less shabby images-as-buttons with a naming convention like this: b118.
Because I am a fairly lazy sort and do not want to go through a monster Switch statement line by name changing all the instances of 'XXX.png' (and that 'XXX' may vary from 2 to 6 characters) to 'bXXX', I wonder if there is a way to use the Find & Replace stack to do that automatically . . .
Now those images-as-buttons look pretty shabby, so I have replaced them with less shabby images-as-buttons with a naming convention like this: b118.
Because I am a fairly lazy sort and do not want to go through a monster Switch statement line by name changing all the instances of 'XXX.png' (and that 'XXX' may vary from 2 to 6 characters) to 'bXXX', I wonder if there is a way to use the Find & Replace stack to do that automatically . . .
Statistics: Posted by richmond62 — Wed Jan 22, 2025 4:20 pm