Grasshopper

algorithmic modeling for Rhino

If you have several values under one index (I guess this is called a string) how can you change it into one index for every value (I'm guessing this would be a list)?

 

Best,

 

Troels

Views: 7629

Replies to This Discussion

Thank you for the help.

So nothing "" is something like "*" character in Windows? For example: *.pdf - all files with .pdf extension.

It ("") represents any character?

Sorry if I am too annoying.

You're not annoying.

The asterisk character ("*") substitutes for any character(s) when used as a wildcard. This means that it is something not nothing.

Whereas with "" I was trying to indicate that I had removed everything from the GH Panel.

In programming languages such as the C family and VB family it is used to represent the Empty String Character, which is different from the Null Character

Confused yet?

Also for future reference

In programming some people use the A = "" to initialise a string without adding to it. Also it can get used in conditional statements like:

Do While A <> ""

or If A = "" Then

What is this tool called? I cant seem to find it

Thank

Dave

"Text Split" (and "Cull Nth" in the second example).

Many thanks for your help Joe

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service