mirror of
https://github.com/antoinevignau/source.git
synced 2025-01-21 08:33:23 +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%
|
LOCAL longueur_texte%,i%,j%,ligne_max$,b$,return$,return%,longueur%
|
||||||
'
|
'
|
||||||
i%=1
|
i%=1
|
||||||
WHILE LEFT$(texte$,1)="œ" !ON SUPPRIME D'EVENTUELS SIGNES "œ" (RETOUR CHAR
|
WHILE LEFT$(texte$,1)="œ" !ON SUPPRIME D'EVENTUELS SIGNES "œ" (RETOUR CHARIOT)
|
||||||
IOT)
|
|
||||||
texte$=MID$(texte$,2) !AU DEBUT DU TEXTE
|
texte$=MID$(texte$,2) !AU DEBUT DU TEXTE
|
||||||
WEND
|
WEND
|
||||||
'
|
'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user