Evenings or nights to all, my question is this:
How do I program a Bunifu progress bar, where is it, to be 100% change a Label?
It is with a conditional structure, but I do not know which condition I should follow.
try with
if(bunifuProgressBar=100)
{
Label1=Label2;
}
but it throws me an error in the condicion
, more specifically in "=100"
. You can excuse my ignorance, I'm new to Bunifu.