Announcement

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

  • #16
    Thanks Clyde, I still have 14 but I ordered 15.

    Comment


    • #17
      Hi Kees and Clyde,

      The following should work in 14:

      Code:
      forvalues i = 1/`=rowsof(D)' {
        replace name = `"`:word `i' of `rnames''"' in `i'
      }
      Thanks,

      David.

      Comment

      Working...
      X