Subj : syncWXremix and Dial-up
To : KenDB3
From : echicken
Date : Wed Jan 06 2016 11:33 pm
Re: syncWXremix and Dial-up
By: KenDB3 to Digital Man on Wed Jan 06 2016 22:23:46
Ke> var dialup = (parseInt(user.connection) > 0);
Ke> However, tbird is still seeing an error when the app is launched at Logon
Ke> and also as a Door/External for his dial-up user.
parseInt() is probably the wrong thing for this particular case, because it
tries to pull a number out of a string that may contain non-digit characters.