View Single Post
  #5  
Old 08-28-2008, 04:20 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Chompy View Post
getstringkeys() can't but used directly on an object (obj.getstringkeys())
Use it inside a with() scope.
No.

PHP Code:
temp.string_foobar "lawl";
temp.string_lolwat "baz";
for (
temp.foogetstringkeys("temp.string_")) {
  echo(
foo SPC "[" makevar("temp.string_" foo) @ "]");

Result:

PHP Code:
foobar [lawl]
lolwat [baz
__________________
Follow my work on social media post-Graal:Updated august 2025.

Last edited by xXziroXx; 08-28-2008 at 04:40 PM..
Reply With Quote