Good afternoon,
If I have a dta file like this:
Can I use Stata to send separate emails to Betty White and John Smith containing their, and only their respective grades on the midterm and final exams?
If I have a dta file like this:
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str11 name str19 email float(midtermgrade finalgrade) "John Smith" "[email protected]" 78 98 "Betty White" "[email protected]" 35 29 end
Can I use Stata to send separate emails to Betty White and John Smith containing their, and only their respective grades on the midterm and final exams?
Comment