View Single Post
Old 09-06-2005, 06:12 AM   #4 (permalink)
Marshall7a
Senior Member
 
Join Date: Dec 2002
Location: UK
Posts: 434
Default

Presumably, one has to be slightly faster, as:

If UnitID.Image != <empty string>
Then GetArtwork(UnitID.Image)
Else GetArtwork(UnitID)

In which case, using Image= would be more efficient (by a few instructions)
Or the other way around.

Maybe not worth the hassle, but one still has to be more efficient than the other, even if it is only by one instruction.
Marshall7a is offline   Reply With Quote