12 Mar
2005
12 Mar
'05
9:56 p.m.
loop lopy wrote:
I have defined a String = ^ char type which fixed the error in line 44. However I still have an error in line 17. Additional question, how do I get a data from ^ char pointer? If I have: a: ^ char; In c I would do the follwoing, either: *a = 'a'; or a[0] = 'a';
How do I do the equvalent in GPC?
Read your Pascal book. Meanwhile, try a^ := 'a'; -- Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!