What does \'=\' alignment mean in the following error message, and why does this code cause it?
\'=\' alignment
>&
You are trying to insert 'string->"1" where a float->3.44 is required. Remove the quotes "1", i.e. num=1, and it will work