2010-12-08 15:48 UTC
in my original code i have a while loop with initget to move to the next options
im trying to get this option into a button but its not working
can anyone offer some assistance on how i can get this portion into a clickable button
attach is the original code (tscan)
the other files are the project files in working on which has other code for other thing in it and the part that need attention is at the end of the ostkbk file
any help is appreciated
(initget "Next eXit")
(SETQ KK (getkword "\nSEARCH ?: "))
(IF (not kk) (setq kk "Next"))im trying to get this option into a button but its not working
can anyone offer some assistance on how i can get this portion into a clickable button
attach is the original code (tscan)
the other files are the project files in working on which has other code for other thing in it and the part that need attention is at the end of the ostkbk file
any help is appreciated