@SquishyFB8532XD Int32 is basically an integer variable and is used in conversion statements. When you are declaring a variable, instead of Int32, you have to use int, assign the variable a name and a value.
Int32
int
@SquishyFB8532XD Int32 is basically an integer variable and is used in conversion statements. When you are declaring a variable, instead of
Int32
, you have to useint
, assign the variable a name and a value.