Message 1 of 1
Field Language & Sintax

Not applicable
02-08-2006
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is an example for a text linked with a dimension object:
%<\AcObjProp Object(%<\_ObjId 2127143112>%).Measurement>%
This is an example for a text linked with the sum of two Table cells:
%<\AcExpr (Table(%<\_ObjId 2127081808>%).Evaluate(Sum(A2:A4)))>%
Questions:
1) is it possible to link a text with two dimension and have the sum
like in this (not working) example?
%<\AcExpr (Evaluate(Sum
(%<\AcObjProp Object(%<\_ObjId 2127143112>%).Measurement>%
%<\AcObjProp Object(%<\_ObjId 2127143112>%).Measurement>%)
))>%
2) where can I find a documentation on field Language & Sintax?
--
Marc'Antonio Alessi
http://xoomer.virgilio.it/alessi
(strcat "I like " (substr (ver) 8 4) "!")
--
%<\AcObjProp Object(%<\_ObjId 2127143112>%).Measurement>%
This is an example for a text linked with the sum of two Table cells:
%<\AcExpr (Table(%<\_ObjId 2127081808>%).Evaluate(Sum(A2:A4)))>%
Questions:
1) is it possible to link a text with two dimension and have the sum
like in this (not working) example?
%<\AcExpr (Evaluate(Sum
(%<\AcObjProp Object(%<\_ObjId 2127143112>%).Measurement>%
%<\AcObjProp Object(%<\_ObjId 2127143112>%).Measurement>%)
))>%
2) where can I find a documentation on field Language & Sintax?
--
Marc'Antonio Alessi
http://xoomer.virgilio.it/alessi
(strcat "I like " (substr (ver) 8 4) "!")
--