I'm looking to do something that seems fairly straightforward, but has been giving me difficulty: I simply want to combine two float vars into one number but not add/multiply/divide/do any arithmetic to them in the process.
One var is actually a month var and the other is a year var. I want to generate a new year-month var that just looks like: 201407 (that would be 2014 as the year and 07/July as the month). Thanks much.
One var is actually a month var and the other is a year var. I want to generate a new year-month var that just looks like: 201407 (that would be 2014 as the year and 07/July as the month). Thanks much.
Comment