Search found 12 matches

by hampf
19. January 2020, 13:06
Forum: Features
Topic: Pattern based select function
Replies: 1
Views: 25697

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 ...
by hampf
19. January 2020, 11:32
Forum: Bugs
Topic: [FIXED] Keine Berechnung bei Werten unter 1
Replies: 3
Views: 27011

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
by hampf
21. April 2018, 10:15
Forum: Discussion
Topic: Negative Offsets
Replies: 4
Views: 20929

Re: Negative Offsets

Korrektur:
-((R-Z)0)/100 funktioniert.

Wenn aber eine Ziffer vorne steht geht es nicht mehr.
by hampf
21. April 2018, 10:04
Forum: Bugs
Topic: Leerzeichen in Variable
Replies: 1
Views: 21295

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).
by hampf
21. April 2018, 09:57
Forum: Features
Topic: Encrypted hints
Replies: 0
Views: 65437

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 ...
by hampf
21. April 2018, 09:46
Forum: Features
Topic: Export without values
Replies: 0
Views: 65390

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 ...
by hampf
20. April 2018, 15:49
Forum: Discussion
Topic: Import shared data
Replies: 3
Views: 20205

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 ...
by hampf
20. April 2018, 15:39
Forum: Discussion
Topic: Negative Offsets
Replies: 4
Views: 20929

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.
by hampf
20. April 2018, 15:24
Forum: Fixed
Topic: [SOLVED, 0.73] formula returns 0 when not complete
Replies: 2
Views: 17361

[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 ...
by hampf
20. April 2018, 15:16
Forum: Features
Topic: Check-Funktion
Replies: 1
Views: 24020

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 ...