View Single Post
  #30  
Old 08-29-2008, 05:52 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
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.
__________________
Reply With Quote