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