Die Suche ergab 12 Treffer
- 19. Januar 2020, 13:06
- Forum: Features
- Thema: Pattern based select function
- Antworten: 1
- Zugriffe: 24095
Re: Pattern based select function
to push this topic a little bit: Hi gawalione, you could intrdoce a new function "pattern()": Variable YEAR (yes: four letters to distinguish it from the "normal" variables) Wert: Notiz: angewendete Funktionen: pattern(ABCD) to automatically parse the value into variables. At the moment I manually ...
- 19. Januar 2020, 11:32
- Forum: Bugs
- Thema: [FIXED] Keine Berechnung bei Werten unter 1
- Antworten: 3
- Zugriffe: 25112
Re: Keine Berechnung bei Werten unter 1
Der Solver zeigt bei Eingaben von Kommawerten immer einen (ab-)gerundeten ganzzahligen Wert an, also
X
0 = 0.5
Wenn man aber X benutzt bzw. damit weiterrechnet stimmt es:
Y
5 = f(Import(X)*10)
Somit ist das "nur" ein Anzeigeproblem.
Version 0.73.4
X
0 = 0.5
Wenn man aber X benutzt bzw. damit weiterrechnet stimmt es:
Y
5 = f(Import(X)*10)
Somit ist das "nur" ein Anzeigeproblem.
Version 0.73.4
- 21. April 2018, 10:15
- Forum: Discussion
- Thema: Negative Offsets
- Antworten: 4
- Zugriffe: 18857
Re: Negative Offsets
Korrektur:
-((R-Z)0)/100 funktioniert.
Wenn aber eine Ziffer vorne steht geht es nicht mehr.
-((R-Z)0)/100 funktioniert.
Wenn aber eine Ziffer vorne steht geht es nicht mehr.
- 21. April 2018, 10:04
- Forum: Bugs
- Thema: Leerzeichen in Variable
- Antworten: 1
- Zugriffe: 19226
Re: Leerzeichen in Variable
Ich bin auch dafür, Leerzeichen bei der Berechnung der Länge eines Strings automatisch zu ignorieren. In CamelCase zu schreiben ist zwar auch recht leserlich, aber die automatische Vervollständingung oder Swipen am Smartphone geht dann nicht (so gut).
- 21. April 2018, 09:57
- Forum: Features
- Thema: Encrypted hints
- Antworten: 0
- Zugriffe: 64241
Encrypted hints
I would very much like to store the hints for the cache or the stages in the cache solver - encrypted. This could easily be implemented by a new function "Rot13". Then I could store the encrypted hint in a variable called "HINT" and if needed the cacher in the field could quickly add the function an...
- 21. April 2018, 09:46
- Forum: Features
- Thema: Export without values
- Antworten: 0
- Zugriffe: 64185
Export without values
Often I have to change functions "in the field" or want to check that my mcs script is working correctly by entering the values for MY multi caches (or unknown caches - I like letting MCS calculate the functions for the final). After that I would prefer to export only the functions, not the values ;...
- 20. April 2018, 15:49
- Forum: Discussion
- Thema: Import shared data
- Antworten: 3
- Zugriffe: 17690
Re: Import shared data
Edit: Oops, das mit den (nicht mehr funktionierenden) JSON Tags im Listingtext habe ich nicht gewusst: folgende Info ignorieren. Maybe I didn't understand what you did, but you wrote: "I added some calculations". Where did you add them? How exactly did you "share" the multi cache? Are you the cache ...
- 20. April 2018, 15:39
- Forum: Discussion
- Thema: Negative Offsets
- Antworten: 4
- Zugriffe: 18857
Re: Negative Offsets
Ich würde mich dadurch behelfen, dass ich als Offset zum Wegpunkt 2
-(0(R-Z)0)/1000
eintragen würde, bzw. für Stage 3 als Nord-Offset auf S2
-((M)(R/2-N)(R/2+N))/1000
Bei mir hat das in einem Test funktioniert.
-(0(R-Z)0)/1000
eintragen würde, bzw. für Stage 3 als Nord-Offset auf S2
-((M)(R/2-N)(R/2+N))/1000
Bei mir hat das in einem Test funktioniert.
- 20. April 2018, 15:24
- Forum: Fixed
- Thema: [SOLVED, 0.73] formula returns 0 when not complete
- Antworten: 2
- Zugriffe: 16011
[SOLVED, 0.73] formula returns 0 when not complete
Formulas return 0 when not all variables are known. This leads to "green" final coordinates (when plausible). A ---------------------------- B 3 ---------------------------- C 0=f(13*A+2*B) ---------------------------- I Final: I N46°34.000 E6°13.333 when Final should be N grey / E green, given the ...
- 20. April 2018, 15:16
- Forum: Features
- Thema: Check-Funktion
- Antworten: 1
- Zugriffe: 22830
Re: Check-Funktion
Ich behelfe mich oft damit, dass ich einen solchen Check als separate Variable Check1, Check2, Check3... definiere. Der Nachteil ist, dass in der Variablenliste nur "Check1" und das Ergebnis inklusive Formel steht. Wenn die Notiz einer Variable auch in der Liste - z. B. rechts daneben in grau - ange...