Post Reply 
Prime newbie questions
02-01-2023, 11:34 AM (This post was last modified: 02-01-2023 11:36 AM by Tyann.)
Post: #6
RE: Prime newbie questions
(01-31-2023 11:57 AM)x34 Wrote:  Hi! Just started to use me new Prime G2. I am very depressed by the built-in program editor, which very bad. Several questions:

1. Why there is no dedicated assignment operator ":=" key? ALPHA+Enter looks like very good candidate.
, Paul

Bonjour
Vous pouvez assigner ":=" à une touche grâce au mode USER.
Normalement selon la documentation 'ALPHA' + 'ENTER' est une combinaison possible,
malheureusement sur ma prime G2 version 14588 ça ne fonctionne pas tout comme
'ALPHA' + 'APPS'
Sinon pour assigner des fonctions à une touche, vous devez créer un programme puis appuyer
sur la touche 'Menu' et choisir l'option 'Créer une touche utilistateur' puis appuyer sur la touche
que vous avez choisi.
Vous obtiendrez alors :
Code:

KEY K_Apps()
BEGIN

END;
par exemple si vous choisissez la touche 'Apps'
puis compléter comme ceci :
Code:

KEY K_Apps()
BEGIN
 RETURN ":=";
END;
Voilà.
Vous pouvez programmer plusieurs touches dans le même programme.


Hello
You can assign ":=" to a key through the USER mode.
Normally according to the documentation 'ALPHA' + 'ENTER' is a possible combination,
unfortunately on my G2 version 14588 it doesn't work just like
ALPHA' + 'APPS
Otherwise, to assign functions to a key, you have to create a program then press the 'Menu' key and choose the option 'Create a user key' then press the key you have chosen.
You will then get :
Code:

KEY K_Apps()
BEGIN

END;
for example if you choose the 'Apps' key
then complete it like this:
Code:

KEY K_Apps()
BEGIN
 RETURN ":=";
END;
That's it.
You can program several keys in the same program.

Translated with http://www.DeepL.com/Translator (free version)

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Prime newbie questions - x34 - 01-31-2023, 11:57 AM
RE: Prime newbie questions - x34 - 01-31-2023, 10:41 PM
RE: Prime newbie questions - JimP - 01-31-2023, 11:40 PM
RE: Prime newbie questions - x34 - 02-01-2023, 05:56 AM
RE: Prime newbie questions - Tyann - 02-01-2023 11:34 AM



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