Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'I can't compile this' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
I can't compile this
Authored by: porkchop_d_clown on Feb 05, '02 11:14:21AM

I get an error the error 'Expected "," or "}" but found plural class name instead.

The offending line is:

if text item 2 of n = "Applications" then

I think the problem is in the previous line where it says "". should that be "/"?



[ Reply to This | # ]
I can't compile this
Authored by: porkchop_d_clown on Feb 05, '02 11:27:18AM

Answered my own question - change that backslash to a forward slash to compile.



[ Reply to This | # ]
Just fixed the source...
Authored by: robg on Feb 05, '02 11:31:55AM

Sorry for the troubles; I just fixed the source, too. Copy/paste should now work properly.

-rob.



[ Reply to This | # ]