Thread: Sorting
View Single Post
  #16  
Old 11-21-2009, 10:19 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
I haven't tested, but having a subvariable on an array or string literal seems a bit odd to me.

Why not just use a TStaticVar?

All that would need to be changed is that getGuildList() would need to return an array of TStaticVars, rather than say account names.

Note: If you are using a player object or something though, that would work as it extends a TGraalVar and should support subvariables.
Reply With Quote