maurad3r
07-19-2003, 07:16 AM
i first searched al topics with this error,
but not one of them was usefull to me..
i just don't know how i can combine a string and a integer hehe :)
example, this resolves in a mismatch error:
Let xT = Fix(X / 32)
Let yT = Fix(Y / 32)
curTileXY = xT + "." + yT
xT = xT * 32
yT = xT * 32
but not one of them was usefull to me..
i just don't know how i can combine a string and a integer hehe :)
example, this resolves in a mismatch error:
Let xT = Fix(X / 32)
Let yT = Fix(Y / 32)
curTileXY = xT + "." + yT
xT = xT * 32
yT = xT * 32