Is there a way to set the 50g so when you program the program lines stay uniform instead of just becoming one big paragraph . Maybe there an editor out there that can be used ?
hp 50g Programming
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #7
01-16-2013, 02:39 PM
Hello David, the only possibility I know is: to write the program in a string and store it as a string, then the formatting stays without changes. But before running you have to convert the string with STR-> and use EVAL.
Sincerely
Edited: 16 Jan 2013, 2:41 p.m. ▼
Post: #8
01-16-2013, 06:05 PM
Strings sounds like a good idea. Maybe changing the font size may help. Don't forget to add line breaks (right shift, decimal point button) - I found them tp help... if not perfectly. Hope this helps,
Eddie Edited: 16 Jan 2013, 6:07 p.m.
Post: #9
01-16-2013, 06:10 PM
I tend to compose my programs from lots of small ones. It doesn't get out of hand then and no complicated editing scenarios are required. As for management, I keep each program to less than a screen if possible.
Post: #10
01-17-2013, 03:58 PM
If it's long enough to worry about formatting, then I compose the program on my PC and upload it to the calculator. Not only do you get to preserve formatting that way but also comments. For UserRPL I use HP User Edit. Note that the program is normally in Spanish but you can get English language files. For SystemRPL I use Debug4x. I think it can do UserRPL also but I just haven't taken the time to figure it out. Dave |