Hi there

There is indeed a problem with the program when loading the gerber aperture
table locally from data stored from line 9070 onwards. However this is a fall back
situation that only accurs if the 'default.apt' file cannot be found. Check that all files
still have the same names as they had in the original zip and they have '.' extensions,
not '_'. Its also important that you have set the working directory to wherever the
program is installed before running the boot program. Line 100 can then be left
as dev$=''.


To sort the fall back loading problem first edit line 1350 and change the
: RESTORE 9070: to :RESTORE 9100: then add a new line 9475 DATA 'end'

Cheers


Malcolm Cadman wrote:
[EMAIL PROTECTED]">
In article [EMAIL PROTECTED]"><[EMAIL PROTECTED]>, Marcel Kilgus
<[EMAIL PROTECTED]> writes

Malcolm Cadman wrote: 
1380 padsize=INT(a$/5E-3+1E-3) : IF padsize>63 THEN padsize=63
Does it need another set of brackets ?
Like padsize=INT(a$/(5E-3+1E-3)) ?
I don't think so, because this case would be equivalent to a$/4E-3.

What's the contents of a$ at this time?

Just checked, and it is the string value = ;EMMA APERTURE TABLE

Not understanding the programs intention of course ...




Reply via email to