Hello Everybody:
How does one initialize string. I want to define a string LogInClient as
LogInClient= "1" and LogInClient="0" .But I need to intialize string for that. Pls guide...
Thanks,
Kapil
Printable View
Hello Everybody:
How does one initialize string. I want to define a string LogInClient as
LogInClient= "1" and LogInClient="0" .But I need to intialize string for that. Pls guide...
Thanks,
Kapil
hmmm, have you tried:PHP Code:string LogInClient = "1";