of     1   

[rfa#hidefromsearch]
#35526599Saturday, October 16, 2010 4:45 PM GMT

[rfa#hidefromsearch]
Spectrumw
#35526725Saturday, October 16, 2010 4:47 PM GMT

print(lolwut.."wut")
[rfa#hidefromsearch]
#35526788Saturday, October 16, 2010 4:48 PM GMT

[rfa#hidefromsearch]
Prehistoricman
#35527057Saturday, October 16, 2010 4:52 PM GMT

Ummm...You cannot get the value of something without indexing it...lol.
[rfa#hidefromsearch]
#35527122Saturday, October 16, 2010 4:53 PM GMT

[rfa#hidefromsearch]
Prehistoricman
#35527262Saturday, October 16, 2010 4:55 PM GMT

lolwut = "LOL" function getit() return lolwut end print(getit()) LOLWUT?
[rfa#hidefromsearch]
#35527337Saturday, October 16, 2010 4:56 PM GMT

[rfa#hidefromsearch]
Fungalmungal
#35527357Saturday, October 16, 2010 4:56 PM GMT

lolwut = "LOL" pie = "lol" print(loadstring("return " .. pie .. "wut")())
[rfa#hidefromsearch]
#35527408Saturday, October 16, 2010 4:57 PM GMT

[rfa#hidefromsearch]
Spectrumw
#35527478Saturday, October 16, 2010 4:58 PM GMT

Or you could use print(PIE....NEWB)
Prehistoricman
#35527489Saturday, October 16, 2010 4:58 PM GMT

Ohhhh. I see what you wanted.
Oysi
#35528695Saturday, October 16, 2010 5:18 PM GMT

[ Content Deleted ]
Prehistoricman
#35538679Saturday, October 16, 2010 7:57 PM GMT

That makes...a lot of sense actually. I'd never thought of anything like that before...
miloguy
#35539804Saturday, October 16, 2010 8:20 PM GMT

print(loadstring("return "..pie.."wut")())?
miloguy
#35539835Saturday, October 16, 2010 8:21 PM GMT

Woa fungal I didn't even see your post!
Prehistoricman
#35540529Saturday, October 16, 2010 8:32 PM GMT

Oysi's is better than both of yours.
zethal
#35545997Saturday, October 16, 2010 10:02 PM GMT

No need to hate on people, although ironically every time i see someone hating, Oysi is somewhere in the thread, Q.Q
XlegoX
#35547373Saturday, October 16, 2010 10:24 PM GMT

Use getfenv like stated above. However, you should NEVER EVER have to use this in a practical script. The only good applications of this and related things are fairly esoteric in their nature.

    of     1