Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup Window in Debug has Display Length Limit?
Message
From
19/05/2004 13:15:18
 
 
To
19/05/2004 09:56:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00905223
Message ID:
00905335
Views:
13
Interesting. Mine cuts off at 28 Hello 2... I wonder why they wouldn't cut off at the same length. It appears to be at character 250 on mine, but at 255 on yours. I can understand 255, but 250?

Alan

>I get the same results. It is cutoff at 29 Hel...
>
>
>>Try this one instead. I'm truncated right around i = 30
>>
>>
>>mvalue = ''
>>FOR i = 1 TO 300
>>	store mvalue + 'Hello ' + ALLTRIM(STR(i)) + ' ' TO mvalue
>>ENDFOR
>>store mvalue + '  End of Variable Value.' TO mvalue
>>wait window 'finished' nowait
>>
>>>I'm not seeing it in VFP8. I ran the code below and set breakpoints at each wait window and I could see the entire value of mvalue when I help my mouse over the variable:
>>>
>>>
>>>store REPLICATE('Hello ',35) TO mvalue
>>>store mvalue + '  End of Variable Value.' TO mvalue
>>>wait WINDOW "step 1" nowait
>>>store space(250)+"hello" to mvalue
>>>wait WINDOW "step 2" nowait
>>>store SPACE(127)+'hello' TO mvalue
>>>wait window 'finished' nowait
>>>
>>>
>>>>I have a concatenated variable that is fairly long. As I was debugging in the Trace window I noticed that the value shown when I held the cursor over the variable was truncated. I first I assumed that I had not built the variable correctly and went back to my code, but it seems that it is a display length limit of the popup instead. Can anyone confirm this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform