S. Rigaud - 2009-05-14

Hi,
I've created a few global with quite long names, and funnily
when I do a ^%GD they're shown but the name doesn't
appear entirely, and what's more surprising is when I do a
~ write ^GlobalWithExtremelyAndVeryLongNameIndeedItsVeryLong(1,"mlk")
or truncate the command line and execute a
~ write ^GlobalWithExtremelyAndVeryLon(1,"mlk")
to my surprise it worked and I can see the value stored in (1,"mlk") node.

Is there a way to properly display long global names with %GD ?
And how come the 2nd line works ??

Thanks a lot...
Seb