Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8539

Python: rs.GetString will not display option strings if they contain a dot

$
0
0

@ThomasAn_ wrote:

I think this is bug.
It will properly display the default string, but not the option strings

strPrompt = "Make a choice "
strOptions = ["Option.one","Option.two","Option.three"]
PressAngle = rs.GetString(strPrompt,strOptions[1],strOptions)

Also if strOptions = [“10”,“20”,“30”]
forcing the user to choose discreet numbers non of them show up

Posts: 13

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 8539

Trending Articles