INDICATION DU TEXTE DANS LE PROLONGEMENT DE LA RESISTANCE
- This topic has 5 replies, 3 voices, and was last updated 4 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
Forums › ProRealTime forum Français › Support ProBuilder › INDICATION DU TEXTE DANS LE PROLONGEMENT DE LA RESISTANCE
Bonjour,
Petit souci de codage
Insertion d’un texte complémentaire dans un code, dont ci dessous les 3 lignes
IF Count >= 3 THEN
DRAWSEGMENT(BarIndex – (p – 1),Resistance,BarIndex,Resistance) coloured(255,0,0) STYLE(dottedline,2)
//DRAWTEXT(” Test résistance”, ,SansSerif,Bold,10) coloured(255,0,0)
j’ai ce calcul qui permet de tester 3 fois la résistance, et en cas de succès le segment s’affiche
je voudrais rajouter avec DRAWTEXT le texte ” Test de la résistance ”
je suis bloqué sur cette instruction.
Si je pouvais avoir une réponse sur la manière de coder cette ligne
Merci par avance et bonne journée
Merci Nicolas,
j’ai bien compris la réponse, mais je n’y arrive toujours pas.
Vous pouvez écrire:
1 |
DRAWTEXT(” Test résistance”,BARINDEX + 3 ,SansSerif,Bold,10) coloured(255,0,0) |
si vous utilisez v11.x (pas v10.3).
Désolé, j'ai manqué un paramètre:
1 |
DRAWTEXT(" Test résistance",BARINDEX + 3,Resistance,SansSerif,Bold,10) coloured(255,0,0) |
Roberto,
J’utilise V 11
mille mercis, ça marche comme je voulais.
Bon Weekend