+or-


Results 1 to 13 of 13

Thread: +or-

Threaded View

  1. #11
    Join Date
    Jan 2004
    Location
    Exeter, England
    Posts
    25


    Did you find this post helpful? Yes | No

    Default

    Well, I thought it worked fine. Now having added actual code to my prgramme I can't get it to compile. It gives an error "bad expression or missing then" for the line with ABS in it:

    For word_no=0 to res_max
    if (abs(adval-id_res[word_no]))<=((id_res[word_no]*res_tol)/100) then
    answer=ok
    goto endsub
    endif
    next word_no

    Am I doing something stupid?


    Edit: It's alright. I just forgot how to do arrays!!!! Seems OK now.
    Last edited by moby; - 5th April 2005 at 11:51.
    Keep your motor running

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts