Log in

View Full Version : Help needed for errors


MdLeeuw
Jan 20, 2012, 03:20 AM
Hi, need help on my program. ( asap.. )
It should ask to fill in text (max length is 80 characters)
It asks for search text (check if is available)
It asks for replacement text
Replace search text by replacement text.

Have some errors I do not understand.

Thanks for help

ScottGem
Jan 20, 2012, 04:41 AM
So what are the errors in what lines of code?

MdLeeuw
Jan 20, 2012, 04:13 PM
Hallo ScottGem,

Thanks for answering.

Fault errors are below.
In function 'void ControleLengte()'
54: 'st1 was not declared in this scope
60: label 'Afsluiting' used but not defined
55: label 'Zoektekst' used but not defined
In function 'void ControleLengte()'
65: 'st2' was not declared in this scope
66: 'st1 was not declared in this scope
70: label 'Afsluiting' used but not defined

I attached the programfile, if it is not working I will copy it in this messagebox.

Regards