Many thanks for looking into this.

I am using version 12 (2011) as I have a few old scripts that I use - I have not updated in case these do not run on the current version of Unicon. I did not know that there were improved error messages. I shall look into updating to the current version.

Regards

John Sampson

On 18/08/2014 15:18, Jafar Al-Gharaibeh wrote:
While inserting a "do" might do the trick for you John, the question remains: Why didn't you get more information about the error other than that ambiguous error message. we've see this behavior before and we've fixed it. This is the first time I see this popping back again in a long time. What version of Unicon are you running? can you share with us the code or a sample of the code that reproduces the problem?

Thanks,
Jafar



On Mon, Aug 18, 2014 at 8:54 AM, Bruce & Breeanna Rennie <[email protected] <mailto:[email protected]>> wrote:

    John,

    You are missing the the keyword do between the )) and {

    regards

    Bruce Rennie
    On 18/08/14 21:50, John Sampson wrote:
    > I have a short script which when I try to compile it produces
    >
    > "Parsing <programname>.icn: .
    > 1 error"
    >
    > Is there a linter or anything to help track down the error? By
    guesswork
    > I find that commenting out a particular line "tab(upto(&letters))"
    > allows the program to compile,
    > but there is nothing wrong that I can see. This line is within a
    loop
    > "every tab(pull(fromAList)) {..." - is tabbing forbidden in loops?


------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to