This is quite embarrassing actually that I don’t know how to do this, I’ve tried 3 different versions of syntax and searched overflow for about 4 pages, I want the label to hold a percentage sign and an expression, how do I do this? Here’s my logic.
AIbasehealth.Text = "%" And Integer / 5
You need to use the
ToStringMethod of your Expression. Also the direction of your division operator makes a difference/and\are different where\is for integer division.i.e.
or