| |
|
|
- page 1 - |
|
 | s'il te plaît um Source qui Eurer attitude pour marcher müssten,
es mais offensichtlich pas 1faire.
Sozusagen ist ca un vorab-Thema trop Infinity-Bugs etc. |
|
|
| |
|
|
| |
|
- page 3 - |
|
|
 | ok bien sûr,
faute behoben! |
|
|
| |
|
|
|
 HofK | Hatte mich justement plan (sans ici nachzuschauen) gewundert, dass
var expon = str.mid txt pospot+1 str.len(txt)-pospot // pour ^ marque imprimer "Exponent " + expon
aus meinem livre1-1-9-Zahlentest Beispiel funktioniert.
So vite konnte je pas meinen Sonntagskaffee buvons, comment qui faute behoben ist! |
|
|
| |
|
|
|
 | Sog. "Fehlerbehebus-BeispielAusBuchÖffneruptus" -
et plan so vite gibts Neue! |
|
|
| |
|
|
|
 HofK | cela flutscht: // Test imprimer "Breite " + screen.width imprimer "Höhe " + screen.height
Hängt on cela ran,
var xmax = screen.width var ymax = screen.height imprimer xmax + " " + ymax
gibt es une faute: Kompilieren: Abbruch: v15: ERROR 17: Syntaxerror: Missing Arguments 2 at screen.width dans main
mais so
var xmax = screen.width() var ymax = screen.height() imprimer xmax + " " + ymax
ist es wieder correct - quelque chose problematisch - ou bien? |
|
|
| |
|
|
|
 HofK | Nochwas trouvé: var a=0 var b=1 si (a==1) && (b==1) imprimer " Test 1 " d'autre imprimer " Test 2 " endif _____ Kompilieren: Abbruch: v15: ERROR 17: Syntaxerror: Clams behind: &&,
So si ((a==1) && (b==1)) fonctionne es par, mais qui Screen bleibt noir sans ERROR. |
|
|
| |
|
|
|
 HofK | si je mich droite entsinne, stammt cet Merkwürdigkeit de zéro encore aus qui Beta novembre:
var a1 = zéro, a2 = testproc imprimer " imprimer var() : " + var(a1) + " " + var(a2)
proc testproc a return 1.4 endproc
gibt imprimer var() : array float aus. ---------------------------------------------------------------------------------------- maintenant sollte @ qui Adresse (long) qui proc liefern?
var a1 = zéro, a2 = @testproc proc testproc a // - sans paramètre a selbes Resultat return 1.4 endproc
liefert Kompilieren: Abbruch: v15: ERROR 10.1: Variable declaration syntax error, missing value dans var a1 zéro,a2 testproc ().
écrit on ... a2 = @testproc() ... gibt es chez qui Fehlermeldung deux Klammerpaare: ... ,a2 testproc ()(). |
|
|
| |
|
|
|
 | HofK (21.02.2016)
cela flutscht: // Test imprimer "Breite " + screen.width imprimer "Höhe " + screen.height
Hängt on cela ran,
var xmax = screen.width var ymax = screen.height imprimer xmax + " " + ymax
gibt es une faute: Kompilieren: Abbruch: v15: ERROR 17: Syntaxerror: Missing Arguments 2 at screen.width dans main
mais so
var xmax = screen.width() var ymax = screen.height() imprimer xmax + " " + ymax
ist es wieder correct - quelque chose problematisch - ou bien?
oui c'est ca pris un faute im SpaceOP, habs behoben et schaue pour Nebenwirkungen et mir qui anderen faute à.
Nachtrag: Hab alle cet faute behoben. |
|
|
| |
|
|
|
 HofK | Soweit ok.
Soll var a1 = zéro imprimer var(a1)
réellement array ausgeben? |
|
|
| |
|
|
|
 | non, zéro, dachte cela behoben trop avons -
schaue nochmal drüber. |
|
|
| |
|
|
|
 | je erhalte hierbei:
korrekt:
zéro long float  |
|
|
| |
|
|
|
 HofK | Mystisch, eh bien gibt var a1 = zéro imprimer var(a1) aussi chez mir zéro et devant dein Beispiel aussi ausgabeidentisch.
était là irgendwo quelque chose "im Speicher"? |
|
|
| |
|
|
|
 HofK | maintenant gibt var a=null var b=null var c=a+b imprimer var(c) long aus  |
|
|
| |
|
|