Announcement

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

  • Creating New Variable by merging existing variable and a string

    Hello,

    I am unable to write a for-loop code to generate a new variable using an existing variable and a string.

    Existing variable
    Code:
    ap_1
    ap_2
    ap_3
    ap_4
    New variable
    Code:
    ap_1_cat2
    ap_2_cat2
    ap_3_cat2
    ap_4_cat2

  • #2
    No need to reply to this post, I have solved it myself.

    Comment

    Working...
    X