Message Board


Message Board > Fenix / Bennu / Gemix / DIV > say()

September 21, 2005, 00:03
Sandman
F3n!x0r
1194 posts

Allright, here's the deal: all around my code I have say() commands. Yesterday I added one more, but then the code could compile, although not run! Then I commented a totally different say() command, in another process that is NEVER hailed, and it worked again.
So it seems that there is a limit on say() commands? Strange... Furthermore, changing all say() commands to say2() and
Code:
process say2(string s)
begin
return say(s);
end

works okay, even above this limit.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
September 21, 2005, 00:27
PB
Defender of the faith
630 posts

Maybe it has something to do with the maximum number of processes configured in the compiler options?
____________
#
October 3, 2005, 23:31
Sandman
F3n!x0r
1194 posts

Now it seems that Fenix has a limited number of strings in the code; strings between "". Doesn't matter what I uncomment, as long as it contains a string with "", it runs...:(
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#

Message Board > Fenix / Bennu / Gemix / DIV > say()

Quick reply


You must log in or register to post.
Copyright © 2005 Booleansoup.com
Questions? Comments? Bug reports? Contact us!