Problème
Fermé
jim462
-
11 oct. 2001 à 20:28
sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 - 15 oct. 2001 à 10:22
sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 - 15 oct. 2001 à 10:22
3 réponses
mryoung
Messages postés
12
Date d'inscription
vendredi 30 mars 2001
Statut
Membre
Dernière intervention
13 octobre 2001
13 oct. 2001 à 02:53
13 oct. 2001 à 02:53
soit plus précis dans une page web en C c++ vb delphi ;) enfin je sais pas moi tout va dépendre de ce avec koa tu veux le faire
bye
bye
Bobinours
Messages postés
2898
Date d'inscription
jeudi 26 avril 2001
Statut
Membre
Dernière intervention
21 mars 2013
504
13 oct. 2001 à 06:53
13 oct. 2001 à 06:53
En JavaScript y'a des scripts tout fait. Cherche sur un moteur avec "type writer + javascript"...
-= Bobinours =-
-= Bobinours =-
sebsauvage
Messages postés
32893
Date d'inscription
mercredi 29 août 2001
Statut
Modérateur
Dernière intervention
21 octobre 2019
15 659
15 oct. 2001 à 10:22
15 oct. 2001 à 10:22
Allez hop !
Un petit programme en QBasic :
DECLARE SUB attend (n!)
A$ = "Salut la compagnie ! Comment ça va ?"
FOR I = 1 TO LEN(A$)
PRINT MID$(A$, I, 1);
CALL attend(.2)
NEXT I
SUB attend (n)
debut = TIMER
WHILE (TIMER < debut + n): WEND
END SUB
ça va, comme ça ? :-)
Un petit programme en QBasic :
DECLARE SUB attend (n!)
A$ = "Salut la compagnie ! Comment ça va ?"
FOR I = 1 TO LEN(A$)
PRINT MID$(A$, I, 1);
CALL attend(.2)
NEXT I
SUB attend (n)
debut = TIMER
WHILE (TIMER < debut + n): WEND
END SUB
ça va, comme ça ? :-)
13 oct. 2001 à 12:30