cloudandy
08-11-2001, 12:53 PM
Hi,
When I try to compile my scenery in APT, I got the following error;
Error in line 17
-> SetupLoc( 38:18.3337 027:8.6169 125 168,7 1 0 16 )
-> invalid operator .. ,7 1 0 16 ) ..
Error in line 18
-> SetupLoc( 38:16.61653 027:9.05339 125 348,7 1 0 34 )
-> invalid operator .. ,7 1 0 34 ) ..
Scasm compilation status: error(s) 2
Hakan
It looks like a decimal point problem. It concerns your AFD entry. Try
to set the heading values as integers, that should fix it.
Perhaps Airport accepts a "," comma as decimal separator here, although
scasm won´t.
Andreas
When I try to compile my scenery in APT, I got the following error;
Error in line 17
-> SetupLoc( 38:18.3337 027:8.6169 125 168,7 1 0 16 )
-> invalid operator .. ,7 1 0 16 ) ..
Error in line 18
-> SetupLoc( 38:16.61653 027:9.05339 125 348,7 1 0 34 )
-> invalid operator .. ,7 1 0 34 ) ..
Scasm compilation status: error(s) 2
Hakan
It looks like a decimal point problem. It concerns your AFD entry. Try
to set the heading values as integers, that should fix it.
Perhaps Airport accepts a "," comma as decimal separator here, although
scasm won´t.
Andreas