Adding a colon will fix it or a new line. Not sure why but it did!
or
Good luck!
Code: (Select All)
PRINT "-Enter Password: ";: pInput$ = silentInput$
or
Code: (Select All)
PRINT "-Enter Password: ";
pInput$ = silentInput$
Good luck!