Jump to content

whats wrong with this?


Recommended Posts

$hello = InetGet("www.google.com")

InetGet will return a 1 or a 0

so $hello should be a 1 or a 0

TrayTip("SIZE : ",InetGetSize("www.google.com"),5000)

If your specify a file...

like the one shown in the help file example for InetGetSize

...then it will work

(but you will need a sleep or some delay to let you see the TrayTip once the script ends, the TrayTip will end.)

FileWrite("C:\hello.html",$hello)

Does your file contain a 1 or a 0?

-MSP-

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

$hello = InetGet("www.google.com")

InetGet will return a 1 or a 0

so $hello should be a 1 or a 0

TrayTip("SIZE : ",InetGetSize("www.google.com"),5000)

If your specify a file...

like the one shown in the help file example for InetGetSize

...then it will work

(but you will need a sleep or some delay to let you see the TrayTip once the script ends, the TrayTip will end.)

FileWrite("C:\hello.html",$hello)

Does your file contain a 1 or a 0?

-MSP-

The file contains absolutly nothing it runs and tells me that the size is zero... but he file is empty. Edited by vintorecavaj
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...