
08-29-2008, 05:52 AM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
Originally,
("test" @ "pancake") is returning a string because first part is string. And this."testpancake" wouldn't work obviously.
(@ "test" @ "pancake") is returning a variable name because first part was empty.
Though it seems like Stefan has compensated for that now since doing that in a variable works either way. Either that or the reason it was originally done was forgotten by me.
If Stefan could tell us whats up that would be nice. |
|
|
|