rejetto forum

Testing build #251

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
This version is replaced by the build 252, follow this link  for a direct access
Topic build 252 @  http://www.rejetto.com/forum/index.php/topic,7972.msg1048074.html#msg1048074

download @ www.dovedove.it/hfs/hfs251.exe

what's new
+ new macro alias: between, 123 if 2
+ command line parameter -c to set configuration directly on the command line
+ bans: sort button
- attempt to fix a problem with breadcrumbs on search
- attempt to fix problem with non-ansi folders and proxies [link]
- default template: file list was not compatible with searches [link]
- speed limit for single address wasn't working with folder archives [link]
« Last Edit: January 19, 2010, 09:25:33 PM by Mars »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
Explanation about new macro alias:  123 if 2

{.123 if 2| A | B | C .}

If B is not empty or null, then the result is ABC , else nothing.

 ;)

« Last Edit: January 19, 2010, 01:53:51 PM by Mars »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
make this change:

Code: [Select]
between=if|{.$1 < $3.}|{:{.and|{.$1 <= $2.}|{.$2 <= $3.}:}|{:{.and|{.$3 <= $2.}|{.$2 <= $1.}:}
between!=if|{.$1 < $3.}|{:{.and|{.$1 < $2.}|{.$2 < $3.}:}|{:{.and|{.$3 < $2.}|{.$2 < $1.}:}

{.set|X|{.random|1|2|3|4|5|6|7|8|9.}.}
{.set|Y|{.random|1|2|3|4|5|6|7|8|9.}.}

{if|{.between|{.^X.}|{.random|1|2|3|4|5|6|7|8|9.}|{.^Y.}/between.}|Bingo  :D, right in the target| It is missed  >:(/if.}


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
TOPIC CLOSED

Please, put back your questions in the topic of the build 252.

 ;)