What is a “String”

“In computer programming, a string is traditionally a sequence of characters…” Reference: https://en.wikipedia.org/wiki/String_(computer_science) In laymen’s terms, a string is basically “text”. It is equivalent to the “Text” type in Revit and the “Text” type in Excel. It can contain letters, numbers, and symbols. Though because strings are not specfically “numbers”, they cannot be used in Read more

dynamonow-dynamo-code-block

Code Block

Double-click anywhere on the canvas to create a Code Block. The Code Block is your bread and butter node for your Dynamo Scripts. You can input code to represent letters, numbers, a sequence, and much more. For example, you can use quotes to represent a string. You can create a Read more