Prev: Delete page
Next: TEST
From: Lars Brownies on
When debugging, the vba editor only shows a portion of the string's value,
if it's a long string. Is there some trick to show the full value, other
than using debug.print?

Thanks,
Lars

From: Duane Hookom on
I open the debug window and enter:
? strSQL

Duane Hookom
MS Access MVP

"Lars Brownies" <Lars(a)Browniew.com> wrote in message
news:hkmuv9$17ht$1(a)textnews.wanadoo.nl...
> When debugging, the vba editor only shows a portion of the string's value,
> if it's a long string. Is there some trick to show the full value, other
> than using debug.print?
>
> Thanks,
> Lars

From: Lars Brownies on
Thanks!
Lars

"Duane Hookom" <duanehookom(a)gmail.com> schreef in bericht
news:O3it6FCqKHA.556(a)TK2MSFTNGP02.phx.gbl...
> I open the debug window and enter:
> ? strSQL
>
> Duane Hookom
> MS Access MVP
>
> "Lars Brownies" <Lars(a)Browniew.com> wrote in message
> news:hkmuv9$17ht$1(a)textnews.wanadoo.nl...
>> When debugging, the vba editor only shows a portion of the string's
>> value, if it's a long string. Is there some trick to show the full value,
>> other than using debug.print?
>>
>> Thanks,
>> Lars
>
 | 
Pages: 1
Prev: Delete page
Next: TEST