When I uploaded this PDF file to the Rick Wendel folder I checked the box at the bottom of the dialog box and it put this line on here, but for some reason the...
Wow, 1.3meg for a program that should take less the 1k. And you still have to enter it in from scratch. Even the pdf shouldn't be that big. For programming, of...
Sorry the program is too cumbersome for you. The PDF was converted from a JPEG image so I chose medium quality. I can make that smaller, but I'd just put it...
I meant post the program itself instead of a pdf file. Can't you just drag the program from the SD card when it's in your PC? I think it may have to be in the...
Yes. That's a great idea. Problem is I haven't figured out what you do if you want to plug it into your computer and upload and download and copy stuff to...
Anybody know why my installer program for the HP50G connectivity software and users guide lets me install the connectivity software, and lets me connect to the...
If you are on a 64 bit system, there are no drivers for it yet. The only thing the connectivity kit can do that you can't do with an SD card is take...
I wish I did have a 64 bit system. I have a 32 bit. The interface program works fine but I can't download the driver. It keeps telling me that it failed to...
The disc I got with the calculator installed the connect4X driver and the application program. The XModem Server works and all the calculators directories and...
There are no real differences between the 49G and the 50G except I think the driver installation is started and completed using the CD that also installs the...
Like I said the backup file is a snapshot of the HOME directory (and all it's subdirectories) and the alarms. That's in case your calculator crashes or you...
I'm aware that sub-routines are very useful. The thing I don't like is that the sub-routine is an object that must be stored in the same directory as the main...
AFAIK, there's no way to do what you want. You can't have named procedures within one program, I don't think there's even a goto command. SysRPL or assembler...
You're talking about subroutines and I'm talking about taking part of a program and pasting into another without using one. I didn't know that it looked for...
I made a program that looks like this: << Right Arrow (0 key) and a left arrow from the CHAR menu followed by X Y << X Y + >> >>. 1) No matter what the...
The left arrow on its own is a compiled local variable, and the X and Y are non-compiled local variables. Hence 3 values are required for your program to make...
... So you want to do the cut/paste while YOU are editing the program and not make the program do the cut/paste? Did you even try looking it up? See page 2-26...
... I will write one using a single command. Type in 'PROG(X,Y)=X*Y^2' and then push DEF. PROG appears. Recall it an see that it looks like this. << -> X Y...
Hello , I have a question regarding EGV function . I've to calculate EGV (values and vectors )of a matrix like : [K]-a[M] and not [K]-a[I] where I is the...
My TOOL soft menu shows the following: EDIT, VIEW, STACK, RCL, PURGE, CLEAR In liew of what is indictaed in the manuals: EDIT, VIEW, STO, RCL, PURGE, CLEAR Any...
I don't think there is a problem, I have two and they have what yours has. You could always make a custom menu. Besides, those manuals are pretty much usseless...
Hello, the TOOL menu has two different presentations depending in the mode that the calculator is working, the menu that is showing in your calculator,...
My 50g has the first menu with "stack" in third position regardless of whether in RPN or Algebraic mode. How does one get "sto" to show in third position?...
Ditto for me. It would seem to be logical to have STO and RCL next to each other in the same menu. Could certainly create my own custom menu, but thought...