[Jsdsi-users] Specific Tag
Status: Pre-Alpha
Brought to you by:
sajma
From: Luis P. <lp...@ne...> - 2004-04-28 23:09:28
|
Guillermo, Taking Sean's ideia u can also try: 1 - (tag (index (* range numeric g 0 le 2))) for an index = 2; 2 - (tag (index (* range numeric g 0 le 6))) for an index = 6; Then, when u intersect '1' with '2' the result will be 1. U can achieve this tags by doing: new SimpleTag("index", new ExprTag[] {new RangeTag("numeric", "2", false, "0", true)}). I think that u can also achieve your tag using just jsdsi. -- Luis Pedro |