Update information for the "Message Tagging Suite" ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Update Date : 01-30-96 Update by : Dan Shore PPE's Updated : MEC.PPE, MORE.PPE, READ.PPE, KILL.PPE, RECOVER.PPE Purpose of Update ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1. Added ability to allow user to CHOOSE which set of 20 message numbers they wish to read when they have TAGGED MORE THAN 20 message numbers. The user is presented with a list showing a set number and the group of 20 message numbers associated with that set. The user then chooses the set of message numbers they wish to read. This fix/feature was added due to PCBoard only allowing 20 message numbers to be stacked for reading. We decided to use keyboard stuffing instead of using the COMMAND function to help keep memory requirements to a minimum. Here is what the screen display will look like to the user if they choose to read TAGGED messages and they have more than 20 message numbers tagged: ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Due to a limitation of PCBoard, only 20 Message numbers can be³ ³stacked to read at one time. Pick the SET NUMBER of tagged ³ ³messages you wish to read. ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Set # Tagged Message Numbers ÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1 2324 2323 2322 2320 2319 2318 2317 2316 2315 2313 2312 2311 2308 2297 2296 2294 2293 2292 2290 2286 2 2285 2284 2283 2281 2280 2279 2278 2276 2275 2274 2272 2270 2268 2263 2262 2260 2258 2255 2254 2253 3 2251 2250 2249 2248 2247 2246 2245 2244 2242 2240 2238 2237 2236 2235 2232 2231 2229 Choose set number to read (Enter=quit)? ( ) 2. Fixed PPE's for the limitation of TOKCOUNT and GETTOKEN only reading/parsing to the 256th character of a string. Since the PPE's use a BIGSTR (2048 characters) to hold the tagged message numbers, this was a problem. We fixed this problem by writing a subroutine containing two lines called GET_NEXT_VALUE. You can find this routine in READ.PPS and MEC.PPS if you are interested in how to parse a BIGSTR variable when not using GETTOKEN.