Suppose "address" is string and "year" is floating number.
I would like to create something like region_time=="address"&"year".
For example,
address: abc
year: 1980
region_time: abc1980
How do I do this in Stata16?