Re: Need a bit of help...ã > By: Fireball to All on Sat Dec 12 2015 17:59:27ãã > Fi> I've tried variations on RepeatObj, but I can't seem to find how thisã > Fi> thing is indexed. Any help would be great!ãã > The RepeatObj variable is explained at the top of web/lib/template.ssjs. Iã > don't think that this will entirely solve your problem, but you'll want toã > start by wrapping your code in a <<REPEAT groups>> ... <<END REPEAT groups>>ã > block.ãã > However at a glance I'm not sure what the purpose of this is:ãã > if(msg_area.grp_list[msg_area.grp_list.length - 1]) { ... }ãã > It looks like you're testing for the existence of something that is almostã > guaranteed to exist unless msg_area.grp_list.length is zero. You'llã > probably want to do something like:ãã > if(RepeatObj.index === msg_area.grp_list.length - 1) { ... }ãã > Which will tell you if you're at the last entry in the list.ãããThanks echicken! It worked! I knew I had to make a comparison, I just wasn'tãsure ãwhat to compare. I had all kinds of crazy stuff going on after I sent out theãemail. I learned something today. :D Thanks again!ããRegards,ã-=Fireball=-ãã---ã þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.comã
Sysop: | Karloch |
---|---|
Location: | Madrid, Spain |
Users: | 58 |
Nodes: | 8 (0 / 8) |
Uptime: | 99:41:22 |
Calls: | 1,067 |
Calls today: | 2 |
Files: | 17,895 |
D/L today: |
44 files (16,004K bytes) |
Messages: | 65,651 |