No exact error message compiling .sct file

Report a bug or a problem.
Post Reply
hopalongrock
Sr. Member
Sr. Member
Posts: 289
Joined: Wed Sep 15, 2010 1:38 pm

No exact error message compiling .sct file

Post by hopalongrock »

compiling a script containing gtag.time reference, old version 0.81 gives
Compiling...
Compiler: [Error] (17:10): Unknown identifier 'TIME'
Compiling failed

the new version gives only
Compiling...
Compile failed

User avatar
jtclipper
Administrator
Administrator
Posts: 768
Joined: Tue Aug 10, 2010 12:04 pm

Re: No exact error message compiling .sct file

Post by jtclipper »

Fixed that thanks
The time field was removed from gTag, script engine gives the correct error now

hopalongrock
Sr. Member
Sr. Member
Posts: 289
Joined: Wed Sep 15, 2010 1:38 pm

Re: No exact error message compiling .sct file

Post by hopalongrock »

jtclipper wrote:Fixed that thanks
The time field was removed from gTag, script engine gives the correct error now
Thanks, works fine.

I deleted the followings from my general remove/clean script, because they don't appear as gtag variables now:
Time,Performer, Description, RecordDate, RecordLocation, Organization, Catalog, EAN_UPC, ISBN, LC, Information, Grouping, OriginalSource, Author, Producer

Post Reply