December 6, 200619 yr Is it possible to create a calculation that would return the k or MB size of a record or the size of the content of a container field? Get(ActiveSelectionSize) is for text only. Thanks!
December 6, 200619 yr If it's an embedded graphic, the Length(container) function will do it. The answer is in bytes, so divide by 1024 to get K, another 1024 to get MB (I think). If it's a "reference only" graphic you can get the pixel dimensions with GetAsText(), but to get the file size you need another tool. Troi File can get the file's size in an unstored calculation.
Create an account or sign in to comment