Eccoextdoc Table of Contents
Total Page:16
File Type:pdf, Size:1020Kb
EccoExtDoc Table Of Contents imatch() ........................................................ 4 add_depend_item() ...................................................... 5 allc() ................................................................ 6 alld() ................................................................ 7 allp() ................................................................ 8 anyc() ............................................................... 9 anycf .............................................................. 10 anyd() .............................................................. 11 anyf() .............................................................. 12 anyp() .............................................................. 13 anypf() ............................................................. 14 Arithmetic Operators ................................................... 15 Auto Assign Rules ..................................................... 16 avgc() .............................................................. 19 avgd() .............................................................. 20 Boolean Operators ..................................................... 21 cfn() ............................................................... 23 cft() ............................................................... 24 cfv() ............................................................... 25 Condition ........................................................... 26 countc() ............................................................. 27 countd() ............................................................ 28 countp() ............................................................ 29 create_item() ......................................................... 30 create_sub_item() ...................................................... 31 Dave's note on how hard this is.. ........................................... 32 Definitions ........................................................... 33 doubleplusgood ....................................................... 36 Ecco Links .......................................................... 38 eccoext4nerds ........................................................ 39 eccoext4poets ......................................................... 40 Expression .......................................................... 43 Features ............................................................ 44 Features Summary ..................................................... 46 Flags Values Conditions ................................................. 48 free rar tools ......................................................... 52 fv ................................................................. 53 fvc() ............................................................... 54 fvd() ............................................................... 55 getcv() .............................................................. 56 getdv() ............................................................. 57 page 1 / 168 getpv() ............................................................. 58 get_contain_date() ..................................................... 59 get_contain_date()lua ................................................... 61 get_depend_items() .................................................... 63 get_folder_items() ..................................................... 64 get_folder_value() ..................................................... 65 get_item_children() .................................................... 66 get_item_text() ........................................................ 67 get_item_type() ....................................................... 68 get_select_items() ...................................................... 69 gft() ............................................................... 70 gfv() ............................................................... 71 gifv() ............................................................... 72 gpfv() .............................................................. 73 has_contain_date() ..................................................... 74 has_contain_date()lua ................................................... 75 has_depend_item() ..................................................... 76 here ............................................................... 77 home .............................................................. 78 How_do_I_contribute ................................................... 79 iff ................................................................. 80 il() ................................................................ 81 Index .............................................................. 82 Installation and Getting Started ............................................ 83 Introduction ......................................................... 84 ireplace() ............................................................ 85 item_id ............................................................. 86 itl() ................................................................ 87 left ................................................................ 88 len() ............................................................... 89 List of Contributors .................................................... 90 lower .............................................................. 91 Lua launch bug ....................................................... 92 match() ............................................................. 93 maxc() ............................................................. 94 maxd() ............................................................. 95 maxp() ............................................................. 96 minc() .............................................................. 97 mind() .............................................................. 98 minp() .............................................................. 99 msgbox() ........................................................... 100 now() ............................................................. 101 Quick Start ......................................................... 102 remove_depend_item() ................................................. 106 replace() ........................................................... 107 right .............................................................. 108 page 2 / 168 Sample LUA Programs ................................................. 109 Sample Program 1 .................................................... 111 Sample Program 2 .................................................... 113 Sample Program 3 .................................................... 115 Sample Program 4 .................................................... 117 Sample Program 5 .................................................... 118 Sample Rule 1 ....................................................... 120 Sample Rule 2 ....................................................... 123 Sample Rule 3 ....................................................... 128 Sample Rule 4 ....................................................... 130 Sample Rule 5 ....................................................... 131 Sample Rule 6 ....................................................... 132 Sample Rule 7 ....................................................... 133 Sample Rules ........................................................ 134 security warning ..................................................... 135 set_folder_value() ..................................................... 136 set_item_text() ....................................................... 137 side issues and background .............................................. 138 slangs_original_autoexec_doc ............................................ 139 sub items not in folder ................................................. 143 substr ............................................................. 144 sumc() ............................................................. 145 sumd() ............................................................ 146 Table of Contents ..................................................... 147 today() ............................................................ 148 trim() ............................................................. 149 Tutorials ........................................................... 150 TV ............................................................... 151 tvc ............................................................... 152 tvd ............................................................... 153 upper ............................................................. 154 USB Mode .......................................................... 155 Using Dependencies ................................................... 159 Valuable Resources ................................................... 165 What Is Ecco ........................................................ 166 Whats_a_wiki ....................................................... 167 Why use a Wiki instead of a forum? ........................................ 168 page 3 / 168 EccoExtDoc imatch() imatch(string,pattern) Description This is the same as match() except that the case (upper or lower) is ignored Returns that part of the string that matches the patern string can be any valid string or reference to a folder or item the pattern can be any Regex pattern, see examples Example imatch(T 123456 234567,\s*t\s+(\d+)\s+\d+\s*)