Subj : Re: InterBBS File Search To : xqtr From : Immortal Date : Sun Aug 02 2020 12:22:39 On 02 Aug 2020, xqtr said the following... xq> ga> Under the .mpy... bases_id = xq> ga> Would that be the File Group Number or each individual File Base xq> ga> number... I only ask because I have over 500 File Base Numbers... xq> ga> If that were the case, would the .mpy be able to parse a line that lo xq> xq> Theoretically you could, it's just Python, but because it would be a lot xq> of work to do it like [1,2,3,4,...] you could easily do it like this: xq> bases_id = range(500) xq> xq> In case you have a message base in between that you don't want to share, xq> you can then easily remove it like: xq> bases_id.remove(100) --> will remove base id no 100 Cool I will try that out, that would be much easier than adding every single file base. Maybe note that in the script for us non coders :) Immortal --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64) * Origin: Lightning BBS (21:1/185) .