Hello,
I just need a way to convert null to 0.
I have a List.Count that gives the number of Sheets that already exist in Revit compared to a list from Excel and I use that number to jump to the new elements on the list. The thing is, the first time you use the script the number of elements is 0 and it gives be back null. But what I would need is actually just the value “0”. Is there a quick way to convert “null” to “0” without installing any packages?