After compile of transformed page

There must be a’:=’ in the assignment. For example MyVar:=…; MyVAr:= 100+10;

The error message itself suggest a solution.
See where the compiler stops you and assign a := instead of = or anything which is specified there.
** Please try something first before posting to forum.

I have done that before posting here. Note

And the same suggestions applies here as to all your other 99% similar questions.
Please don’t just post the error message. Do a bit more, like telling what you have tried before!

Ok, thanks