Page 1 of 1

Équivalent en code de Goto (Aller à la ligne)

Posted: 28 Oct 2017, 08:28
by Flexxi
Bonjour :)
Je voulais savoir s'il existait un équivalent au Goto (aller à la ligne) à mettre sur le code

Merci :)

Re: Équivalent en code de Goto (Aller à la ligne)

Posted: 28 Oct 2017, 09:02
by francois
Bonjour,

Script.nextLine =25

ou en utilisant les labels :

Script.nextLine ='ligne_retour"

Dans ce forum, il y a notamment 2 msgs pour bien comprendre les spécificités de "nextLine" :
viewtopic.php?f=27&t=1071&p=3605&hilit=nextline#p3604
viewtopic.php?f=30&t=1409&p=5013&hilit=nextline#p5000

Re: Équivalent en code de Goto (Aller à la ligne)

Posted: 28 Oct 2017, 09:56
by Flexxi
Merci : )