Get month name so i can display it
I'd like to retrieve the current month's name to display it in my results.
I tried using this function but i get every time the current date in format dd/mm/yyyy :
current_month = Format(Today(), "Mon");
textbox_result << Set Text(
"ICT NOK % for " || current_month || " is " || Char(Round(percent_nok_ict, 2)) || "%\!N" ||
"FCT NOK % for " || current_month || " is " || Char(Ro...