NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Immediate tab X string length
Veteran

Joined: 22 Sep 2005
Posts: 113
Reply with quote
Is there a limit for string length entered in the Immediate tab?

If I try to set a variable to a long string, I get an error:

$test = "U9/aXgw+vCDKep ... ... DZMNCe0jXGCczMyt"; <- 1114 characters string
: Error syntax error, unexpected $end

It seems that the input was not completely read, and the debugger is complaining for not finding the final quote.
View user's profileFind all posts by HoTShoTSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Probably there is a kind of limitation in the memo control. The problem is replicated when the input line was wrapped by the memo itself.
Try to set valie with two lines like below:

$test='a....g';
$test=$test.'g...z';

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Immediate tab X string length
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic