si c'est choix, dans ce cas utilises des chaîne de caractères. tu rajoutes Str à Request de choix
- Code: Select all
RequestStr "choix",choix
If choix="1" Then
instruction
ElseIf choix="2" Then
instruction
...
EndIf
RequestStr "choix",choix
If choix="1" Then
instruction
ElseIf choix="2" Then
instruction
...
EndIf
- Code: Select all
Request "Pas : ?",pas
Request "Un = ?",un
Request "De combien en combien ?",cb
expr("y(n):="&string(un))
0→n
0→u
While u≤pas
n+cb→n
y(n)→u
EndWhile
Disp "Un ≥ A au rang : ",n
Disp "texte"
Text "texte"
Users browsing this forum: ClaudeBot [spider] and 4 guests