Program Search |
| Description: | Program to search inside current program text, all programs, current note text, and all notes. May have issues on the G2. |
| Filename: | progsrch05.zip |
| ID: | 7651 |
| Current version: | 0.5 |
| Author: | Ex Set |
| Downloaded file size: | 13,145 bytes |
| Size on calculator: | 5 KB |
| Platforms: | Prime |
| User rating: | 10/10 with 2 votes (you must be logged in to vote) |
| Primary category: | Utils |
| Languages: | ENG |
| File date: | 2019-09-01 15:47:49 |
| Creation date: | 2019-09-01 |
| Source code: | Included |
| Download count: | 807 |
| Version history: | 2019-09-01: Updated to version 0.5
2015-10-24: Added to site
|
| Archive contents: | Length Date Time Name
--------- ---------- ----- ----
10904 2015-10-01 11:45 globsrch.png
7080 2019-08-18 04:49 ProgSrch.hpprgm
4474 2019-08-18 04:52 Readme.txt
--------- -------
22458 3 files |
|
| Screenshot: |  |
| User comments: | Ex Set
2018-04-24 05:15:19
User Andy Bulka emailed me an issue (related to new firware???): "I'm getting errors using the user key search, because the input command doesn't accept my strings and gives me an ! mark. Looking at the code"
And he made a fix for version progsrch03.zip:
KEY KS_9() // Shift-USER Shift-S BEGIN LOCAL str:=""; INPUT({{str,[2]}},"Global search in programs","string=","Enter string:","","KEY "); IF str<>"" THEN GlobSearch(str,2,1); END; RETURN ""; END;
I will upload new fixed version as soon as possible. Thanks to Andy !!! This program is public domain, you can use it and edit as u want ! |
| You must be logged in to add your own comment. |
|