mirror of
https://github.com/antoinevignau/source.git
synced 2025-08-15 05:28:03 +00:00
reformatting
This commit is contained in:
@@ -419,8 +419,7 @@ FUNCTION affiche_texte$(texte$)
|
|||||||
LOCAL longueur_texte%,i%,j%,ligne_max$,b$,return$,return%,longueur%
|
LOCAL longueur_texte%,i%,j%,ligne_max$,b$,return$,return%,longueur%
|
||||||
'
|
'
|
||||||
i%=1
|
i%=1
|
||||||
WHILE LEFT$(texte$,1)="<22>" !ON SUPPRIME D'EVENTUELS SIGNES "<22>" (RETOUR CHAR
|
WHILE LEFT$(texte$,1)="<22>" !ON SUPPRIME D'EVENTUELS SIGNES "<22>" (RETOUR CHARIOT)
|
||||||
IOT)
|
|
||||||
texte$=MID$(texte$,2) !AU DEBUT DU TEXTE
|
texte$=MID$(texte$,2) !AU DEBUT DU TEXTE
|
||||||
WEND
|
WEND
|
||||||
'
|
'
|
||||||
|
Reference in New Issue
Block a user