8Fermer10
neowLe 30/04/2007 à 13:02
ce que j'ai pas compris c'est comment faire pour faire en sorte que kbdprgm mémorise le programme avec le numéro j'arrive pas à le faire

j'ai trouvé ca :

Installation
------------

1. Send the included program kbdchk to the Main folder on your
calculator.

2. Edit each kbdprgm that already exists on your calculator (if any),
adding the following line to the very *beginning* of the program:

:main\kbdchk(x)

Replace the 'x' with the number of the kbdprgm you're editing (e.g.,
for kbdprgm5, use "main\kbdchk(5)").

3. For each kbdprgm number that doesn't exist on your calculator,
create a new one and add the following line:

:main\kbdchk(x)

again replacing 'x' with the number of that kbdprgm.

4. If you wish, you can archive the kbdchk program and the kbdprgms
using the VAR-LINK menu or the Archive command on the Home Screen.


Usage
-----

Setting up a kbdprgm for a particular folder:

- Create a program named 'kbdprgmx', where 'x' is a digit from 1 to
9, in the folder where you want that kbdprgm to be active, and add
the desired code to the program.

When that folder is the current folder (set by using the MODE screen
or setFold() command), that kbdprgm will be executed when the
corresponding [Diamond] + digit keyboard shortcut is pressed.


Setting up a global kbdprgm:

- In the appropriate kbdprgm in the Main folder, add the desired
code *after* the following line:

:main\kbdchk(x)

where 'x' is a digit from 1 to 9.

When the corresponding [Diamond] + digit keyboard shortcut is pressed,
the code will be executed only if that kbdprgm file does not exist in
the current folder. If the same kbdprgm exists in the current
folder, it will override the code in the Main folder's kbdprgm.



le problème c'est que j'ai le kbdchk , j'ai fait :main\kbdchk(1) 2 3 etc...
mais après je capte pas faut creer un programme ...