586022
69
Verklein
Vergroot
Pagina terug
1/80
Pagina verder
E-68
For~To~Next
Syntax For {expression (starting value)}
{variable (control variable)} To {expression
(ending value)} : {statement} : ... {statement} : Next : ....
Function Execution of the statements from For to Next repeats as the control variable
is incremented by 1 with each execution, starting from the starting value.
When the value of the control value reaches the ending value, execution
jumps to the statement following Next. Program execution stops if there is no
statement following Next.
Example For 1
A To 10 : A
2 B : B
^ Next
For~To~Step~Next
Syntax For {expression (starting value)}
{variable (control variable)} To {expression
(ending value)} Step {expression (step)} : {statement} : ... {statement} :
Next : ....
Function Execution of the statements from For to Next repeats as the control variable
is incremented by the step amount with each execution, starting from the
starting value. Except for that, this command is the same as For~To~Next.
Example For 1
A To 10 Step 0.5 : A
2 B : B
^ Next
A Control Structure Commands/While Statement
g
While~WhileEnd
Syntax While {conditional expression} : {statement} : ... {statement} : WhileEnd : ....
Function The statements from While to WhileEnd are repeated while the conditional
expression following While is true (non-zero). When the conditional
expression following While becomes false (0), the statement following
WhileEnd is executed.
Example ?
A : While A < 10 : A
2^ A+1 A : WhileEnd : A÷2
Note
If the condition of the While statement is false the fi rst time this command is executed,
execution jumps directly to the statement following WhileEnd without executing the
statements from While to WhileEnd even once.
A Program Control Commands
g
Break
Syntax .. : {Then ; Else ;
S } Break : ..
Function This command forces a break in a For or While loop, and jumps to the next
command. Normally, this command is used inside of a Then statement in
order to apply a Break condition.
Example ?
A : While A > 0 : If A > 2 : Then Break : IfEnd : WhileEnd : A
^
A Setup Commands
These commands function the same way as the calculator’s various setup settings. For
more information, see “Calculator Setup” on page 8.
69

Hulp nodig? Stel uw vraag in het forum

Spelregels

Misbruik melden

Gebruikershandleiding.com neemt misbruik van zijn services uitermate serieus. U kunt hieronder aangeven waarom deze vraag ongepast is. Wij controleren de vraag en zonodig wordt deze verwijderd.

Product:

Bijvoorbeeld antisemitische inhoud, racistische inhoud, of materiaal dat gewelddadige fysieke handelingen tot gevolg kan hebben.

Bijvoorbeeld een creditcardnummer, een persoonlijk identificatienummer, of een geheim adres. E-mailadressen en volledige namen worden niet als privégegevens beschouwd.

Spelregels forum

Om tot zinvolle vragen te komen hanteren wij de volgende spelregels:

Belangrijk! Als er een antwoord wordt gegeven op uw vraag, dan is het voor de gever van het antwoord nuttig om te weten als u er wel (of niet) mee geholpen bent! Wij vragen u dus ook te reageren op een antwoord.

Belangrijk! Antwoorden worden ook per e-mail naar abonnees gestuurd. Laat uw emailadres achter op deze site, zodat u op de hoogte blijft. U krijgt dan ook andere vragen en antwoorden te zien.

Abonneren

Abonneer u voor het ontvangen van emails voor uw Casio fx-50F PLUS bij:


U ontvangt een email met instructies om u voor één of beide opties in te schrijven.


Ontvang uw handleiding per email

Vul uw emailadres in en ontvang de handleiding van Casio fx-50F PLUS in de taal/talen: Engels als bijlage per email.

De handleiding is 0,65 mb groot.

 

U ontvangt de handleiding per email binnen enkele minuten. Als u geen email heeft ontvangen, dan heeft u waarschijnlijk een verkeerd emailadres ingevuld of is uw mailbox te vol. Daarnaast kan het zijn dat uw internetprovider een maximum heeft aan de grootte per email. Omdat hier een handleiding wordt meegestuurd, kan het voorkomen dat de email groter is dan toegestaan bij uw provider.

Stel vragen via chat aan uw handleiding

Stel uw vraag over deze PDF

loading

Andere handleiding(en) van Casio fx-50F PLUS

Casio fx-50F PLUS Gebruiksaanwijzing - Deutsch - 87 pagina's


Uw handleiding is per email verstuurd. Controleer uw email

Als u niet binnen een kwartier uw email met handleiding ontvangen heeft, kan het zijn dat u een verkeerd emailadres heeft ingevuld of dat uw emailprovider een maximum grootte per email heeft ingesteld die kleiner is dan de grootte van de handleiding.

Er is een email naar u verstuurd om uw inschrijving definitief te maken.

Controleer uw email en volg de aanwijzingen op om uw inschrijving definitief te maken

U heeft geen emailadres opgegeven

Als u de handleiding per email wilt ontvangen, vul dan een geldig emailadres in.

Uw vraag is op deze pagina toegevoegd

Wilt u een email ontvangen bij een antwoord en/of nieuwe vragen? Vul dan hier uw emailadres in.



Info