Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Generate empty list for appending values in a for loop

    Code:
    [gen cities = *an empty list*
    foreach i of local lidlist {

    some code here

    * if list ufips has more than one value
    * append the id to cities
    }
    ]
Working...
X