Jump to content

(Y)et(A)nother(Q)uestion


VicTT
 Share

Recommended Posts

Can anyone provide a certain $x for which IsString($x)=0?

I have this tiiiny hunch that very few $x's have this certain characteristic..unless (maybe) of course, things like @TRUE and @FALSE..

EDIT: Woops..0 instead of 1

Edited by VicTT
Quote

Together we might liveDivided we must fall

 

Link to comment
Share on other sites

Can anyone provide a certain $x for which IsString($x)=0?

I have this tiiiny hunch that very few $x's have this certain characteristic..unless (maybe) of course, things like @TRUE and @FALSE..

EDIT: Woops..0 instead of 1

<{POST_SNAPBACK}>

What do we win?
$x=1
msgbox(0,"isstring",isstring($x))
Link to comment
Share on other sites

Can anyone provide a certain $x for which IsString($x)=0?

I have this tiiiny hunch that very few $x's have this certain characteristic..unless (maybe) of course, things like @TRUE and @FALSE..

EDIT: Woops..0 instead of 1

<{POST_SNAPBACK}>

an integer is NOT a string AND a strings is a string!

$x = 1
msgbox(0,"",$x & " " & IsString($x))

$x = "1"
msgbox(0,"",$x & " " & IsString($x))

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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...