L'annonce de la participation du TI-Robot au concours "Faites de la Science 2010" est désormais publique:
http://www.ufr.univ-montp2.fr/fdls/2009/projets.php
A bientôt!

critor2000 wrote:Sinon, il dessine plein de choses:
- des maisons
- des arbres
- des poissons
- des paraboles
- ...
critor2000 wrote:C'est encore plus facile que pour la réunion TI-Bank Sud:
- vous sortez de la gare niveau bas (une seule sortie)
- vous rentrez dans le tramway bleu
- et il vous dépose à l'université...
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
53-EditVar {53,Type,Offset}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Inputs:
Str1 is the name of the variable. Do NOT use a prefix for
programs, appvars, or groups.
Str2 is the data to be copied
Type is the variable type. See "DataTypes.txt" for a list
of data types.
Offset is where the bytes are put. 0 is the first byte.
Output:
Memory is edited
To copy "HELLO WORLD!" to prgmBASIC starting at the second byte,
do this:
"HELLO WORLD!"-Str2
"BASIC"-Str1
{53,5,1:Asm(prgmENPRO
This does NOT check if the variable is large enough to contain
all the data. It will keep writing data beyond the limits if
some care is not taken. This is useful if you have more than one
byte of data you need to transfer to a variable (for data
storage).
Users browsing this forum: ClaudeBot [spider] and 6 guests