Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Formatting

The editor seems to think that the word Swap is another label. It appears that it finds the colon in the text following the http and assumes that the first word is a label. It increases the font size and adds the label color. Looks to me like the position of that colon needs to be checked.

StripImage:
Swap "http://www.suregripfootwear.com/" with '' in ImageName
// Now starting at end of statement move towards beginning until first'/'
ImageName = ImageName[-1, 'B/']
Return

Comments

  • Thanks for pointing this out. It doesn't matter what statement is used. It appears that "http:/" will trigger the format change and not simply "http:".
Sign In or Register to comment.