True and False

Hi all,

It also happens to you as I write:
Call Rhino. Command (“command…”, False
When I close the parentheses and press ENTER I find this:
Call Rhino. Command (“command…”, Falsee)
It happens even if I write “True” > “Truee”

Hi @0904,

My apologies, but I do not understand the question. What is your native language?

– Dale

Thanks for the reply Dale
I asked the question to inform you of this anomaly
I don’t know if this happens to me for my problem?

Example when I write:
Rhino.Command("_Dir",False)
Result after press ENTER:
Rhino.Command("_Dir",Falsee)

Thank you for your interest.
PS I’m sorry about English. My native language is Italian

Let me first get this in Italian … and I’ll translate.

Ciao Salvio! Se mi dici in italiano poi traduco io perchè non si capisce.

It just seems like when he’s typing the last “e” it comes in as a double e - “ee”. I wonder if this is some strangeness with an Italian keyboard or something…

@0904 - I assume you are using the built-in editor, does this happen with any “e” you type, only at the end of a word or sentence, or only with the words True and False?

–Mitch

Ciao Giuseppe.

in pratica ultimamente ho aggiunto il valore “false” a tutte le righe con il comando "Rhino.Command"
ed ho notato questa cosa strana: aggiungendo la virgola seguito dal valore false chiudo la parendesi
e dopo aver premuto INVIO il valore “,false)” si trasforma in “,Falsee)” viene aggiunta una “e” alla fine
da notare che la prima “f” l’ho scritto di proprosito in minuscolo perchè se è in maiuscolo non succede.

Grazie per la traduzione Giuseppe (mi spiace che non posso scrivere in inglese)

with the words “true” and “false” (to lowercase and no space after comma)

Example:
Rhino.Command("_Dir",false) ENTER
Rhino.Command("_Dir",Falsee)
Or
Rhino.CurrentView(,true) ENTER
Rhino.CurrentView(,Truee)