• Pretty sure this is a noob question, but in my watch face I want to replace something inside a string. So I just did

    1. mystring = mystring .replace('.', '');

    and got

    Uncaught Error: Function "substring" not found!

    Any ideas why that wouldn't work?
    Same with substring.

About

Avatar for Hank @Hank started