Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Getting size of an image in a series

From: jamesh:Volition-inc at: 2-Nov-2004 8:14

I have a series called "images," which contains images. I can get the size of the first image in the series like this: temp: first images image-size: temp/size But can this be done without the temporary? ("REBOL/View 1.2.55.3.1 18-Oct-2004 Core 2.6.0," if it matters.) James