This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Calculator Programming subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. General Coding and Design => Calculator Programming
Author Message
c_plus_plus
My Face Hertz


Active Member


Joined: 30 Jan 2006
Posts: 575

Posted: 19 Jun 2006 05:27:36 pm    Post subject:

I had this code:
Code:
(input^ > ' ')

where

Code:
var input: stringTYPE
and
Code:
type srtringType = packed array [1 .. LIMIT] of char;
and
Code:
const LIMIT = 20

I got the error:
compiler wrote:
Error:Illeagal qualifier

the error points to the ">" of my first code sample.

EDIT: What should I do to fix the error?


Last edited by Guest on 19 Jun 2006 05:28:09 pm; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 19 Jun 2006 10:54:03 pm    Post subject:

Check if it's a spelling error first.
Back to top
CoBB


Active Member


Joined: 30 Jun 2003
Posts: 720

Posted: 20 Jun 2006 01:32:00 am    Post subject:

Why should it work? input is an array, not a pointer, so you cannot dereference it.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement