This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by liloshell
Fri Aug 27, 2010 2:23 pm
Forum: Scripting Help
Topic: ansa.tcl does not work properly
Replies: 3
Views: 7454

dear friend, you gave me a good spot to correct the ansa.tcl


using this code :

Code: Select all

proc ansa:send { str } {
	set str "$str\n"
	putnow $str -oneline
}
instead of the older one the tcl is now working.

I am still testing if nothing is lost cutting the part of the code....

Thank's a lot. :D
by liloshell
Wed Aug 25, 2010 7:58 am
Forum: Scripting Help
Topic: ansa.tcl does not work properly
Replies: 3
Views: 7454

ansa.tcl does not work properly

Hallo everybody, Here I have a question regarding the recent deprecation of putdccraw and the sintyax of the new putdcc or putdccnow. The script i was using contains : proc ansa:send { str } { set str "$str\n" putdccraw 0 [string length $str] $str } I do not know the exact sintyax for use ...