Login
Back to forumSee the full topicGo to last reply

Posted By

Chicken
on 2009-02-08
06:26:09
 Re: Miniwrite

First of all, modify the POKEs in line 10. Csabo explained in the other post how to check for plus/4.

To get the f-keys like on C 64 you could do this:

FOR F=1 TO 8: KEY F,CHR$(132+F):NEXT

However, this requires an f-key layout like on C 64, meaning F1, F3, F5 and F7, shifted F2, F4, F6 and F8.

On plus/4 you have F1, F2, F3, HELP (F8), shifted F4, F5, F6 and F7.

So make sure, you redefine the f-keys according to the layout! (That's usually the better way around). And also change the "menu" accordingly.

When quitting the program, you should redefine the f-keys with the normal strings because people don't like when "DIRECTORY" etc is suddenly missing wink



Back to top


Copyright © Plus/4 World Team, 2001-2024