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 4 matches

by rayman
Fri Nov 18, 2005 12:56 pm
Forum: Scripting Help
Topic: tcl error bei heise.de script [Ger]
Replies: 1
Views: 7241

Hallo,

wäre besser, wenn Du in englisch schreiben würdest, dann könnten dir ein paar Leute mehr helfen. heise.tcl braucht lynx. Ist das installiert?

Greetz
rayman
by rayman
Fri Nov 18, 2005 12:45 pm
Forum: Scripting Help
Topic: download a html file
Replies: 6
Views: 11822

Or you can use lynx (if installed)

Code: Select all

exec lynx -dump http://www.somesite.com/somepage.html >somefile.tmp
Greetz
rayman
by rayman
Fri Nov 18, 2005 9:34 am
Forum: Scripting Help
Topic: Decimal point
Replies: 2
Views: 7865

Thanks, it works fine 8)
by rayman
Fri Nov 18, 2005 8:00 am
Forum: Scripting Help
Topic: Decimal point
Replies: 2
Views: 7865

Decimal point

Hello, I would like to use the function string is double $sometest for checking, if $sometext is double. The problem is, that we use in Germany the comma (,) as the decimal point. :roll: Therefore set sometext "7,44" string is double $sometext returns false. Can I tell TCL to have a differ...