Hi
I have a variable that includes names with commas and I want to create a variable to represent the count of these names. Here is a dataex below
------------------ copy up to and including the previous line ------------------
I have a variable that includes names with commas and I want to create a variable to represent the count of these names. Here is a dataex below
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str36 names "Tom" "" "" "John" "Fisher, Eddie, Tom" "" "" "" "Lacker" end
Comment