so if i do something like:
void main()
{
buffer text = visit_url();
text.insert(text.last_index_of("fighting"), " LET'S SEE IF THIS WORKS");
print("got here");
text.write();
}
save that as fight.ash, stick it in relay folder next to my version 11.3 ... then when i use relay browser and fight something I should see "let's see if this works" in caps somewhere on the browser? and also a "got here" in my graphical cli?
any reason why this might fail? btw this seems like a very nice idea
thanks ;D
void main()
{
buffer text = visit_url();
text.insert(text.last_index_of("fighting"), " LET'S SEE IF THIS WORKS");
print("got here");
text.write();
}
save that as fight.ash, stick it in relay folder next to my version 11.3 ... then when i use relay browser and fight something I should see "let's see if this works" in caps somewhere on the browser? and also a "got here" in my graphical cli?
any reason why this might fail? btw this seems like a very nice idea

thanks ;D