![]() |
|
$NEST|$INEST : less than L loops - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38) +--- Forum: Others (/forumdisplay.php?fid=11) +--- Thread: $NEST|$INEST : less than L loops (/showthread.php?tid=1551) |
$NEST|$INEST : less than L loops - JJoe - Dec. 18, 2009 07:50 PM Code: [Patterns]Test against: Code: <table>IIIResult: Code: <table>IIIChange iii in $SET(L=iii) to vary maximum number of loops allowed, ii is less than two, iii is less than three, etc. Basic idea should also work with $INEST. More tests can be added. I haven't done much with it. Report oddities. Have fun RE: $NEST|$INEST : less than L loops - lnminente - Dec. 18, 2009 08:34 PM Nice lesson JJoe! With your permission i will add it to the base config in the section Code examples with the title "<example> $NEST less than L loops {JJoe}091218" RE: $NEST|$INEST : less than L loops - JJoe - Dec. 18, 2009 11:40 PM (Dec. 18, 2009 08:34 PM)lnminente Wrote: With your permission Just make sure it works. ![]() My hope was to save some time and buffer space, $NEST(<table,</table >) can use a lot of both before it fails. Testing seemed to show success. The posted example counts 'loops'. <table><table></table><table></table></table> is three loops. It is also possible to count 'layers'. <table><table></table><table></table></table> would be two layers, iirc. Have fun |