View Single Post
  #27  
Old 08-29-2008, 05:00 AM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Frankie View Post
I don't understand what temp.file.("rights-" @ temp.i) is any different from temp.file.(@ "rights-" @ temp.i
PHP Code:
function onCreated() {
  
temp."foo";
  
temp.i.rights_foo "bar";
  echo(
temp.i.(@ "rights_" temp.e));
  echo(
temp.i.("rights_" temp.e));

Returns:
PHP Code:
Weapon/GUI-script _DylanTest2 added/updated by LoneAngelIbesu
bar
bar 
So, I don't see the difference either.
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote