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 Read more