Subj : Re: InterBBS File Search To : garycrunk From : xqtr Date : Sun Aug 02 2020 19:11:26 ga> Under the .mpy... bases_id = ga> Would that be the File Group Number or each individual File Base ga> number... I only ask because I have over 500 File Base Numbers... ga> If that were the case, would the .mpy be able to parse a line that long? Theoretically you could, it's just Python, but because it would be a lot of work to do it like [1,2,3,4,...] you could easily do it like this: bases_id = range(500) In case you have a message base in between that you don't want to share, you can then easily remove it like: bases_id.remove(100) --> will remove base id no 100 :: XQTR :: Another Droid BBS :: andr01d.zapto.org:9999 :: xqtr@gmx.com --- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32) * Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111) .