Post Reply 
HP50,49,48 Matrix Alpha Lock
06-08-2016, 09:58 AM
Post: #5
RE: HP50,49,48 Matrix Alpha Lock
Excellent DavidM
a short elegant solution. i now have new respect for the input command (which i've never used much)

(for anyone interested)
enter Davids program to the stack

\<<
{ }
DO
"Enter a word" { "" 1 \Ga } INPUT
IF
DUP "" \=/
THEN
+
0
ELSE
DROP
1
END
UNTIL
END
\>>

@(note Ga is the alpha character or 140 CHR)
@(note \=/ is not equals character <- +/- or 139 CHR)

i STOred this program under the name 'FOO' (@copyright JKH)
then from the Matrix Writer i selected the VAR(menu)
then selected FOO EVAL(make sure u r in right DIRECTORY-the one with FOO in it)
this should launch Davids program enter a list of words (ENTER after each word)
after typing the last word press ENTER then ENTER again this will exit the Matrix writer
& put the list onto the stack.

buffalo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP50,49,48 Matrix Alpha Lock - buffalo - 06-06-2016, 06:56 AM
RE: HP50,49,48 Matrix Alpha Lock - RMollov - 06-06-2016, 03:44 PM
RE: HP50,49,48 Matrix Alpha Lock - buffalo - 06-07-2016, 12:43 PM
RE: HP50,49,48 Matrix Alpha Lock - DavidM - 06-07-2016, 07:40 PM
RE: HP50,49,48 Matrix Alpha Lock - buffalo - 06-08-2016 09:58 AM
RE: HP50,49,48 Matrix Alpha Lock - buffalo - 07-26-2016, 07:47 AM



User(s) browsing this thread: 1 Guest(s)