14.06.2011, 01:48
There are several things wrong here.
First, all your variables are defined as strings. Then in your sscanf line, you use integers for all of them except the string. THEN, you use GetPVarString for all of them. This is where your "argument type mismatch" errors are coming from.
Second, you are then trying to use these strings for Float values (position) and Integers (model, colors).
First, all your variables are defined as strings. Then in your sscanf line, you use integers for all of them except the string. THEN, you use GetPVarString for all of them. This is where your "argument type mismatch" errors are coming from.
Second, you are then trying to use these strings for Float values (position) and Integers (model, colors).