0 Members and 3 Guests are viewing this topic.
:.AA:" COURIERN"→Str1:6→{Str1}:[BB6DC96F6D6E6963616C63]→Str2:" COURIERM"→Str3:6→{Str3}:"FONT"→Str4:Disp "Working...",i:GetCalc(Str1,Y1)→A:!If A: Disp "Var not found.",i: Return:End:For(A,0,10): {A+Str2}→B: {Y1+A}→C: If B≠C: Disp "Header error.",i: Return: End:End:.CREATE VAR:GetCalc(Str3,2052)→X:!If X: Disp "Cannot create.",i: Return:End:.MAKE HEADER:conj(Str4,X,4):X+4→X:Disp "Converting...",i:For(C,0,255): C*7+11→G: C*8+X→H: For(D,0,6): {Y1+G}→E: E→{H}: G++: H++: End: 5→{H}:End:Disp "Archiving...",i:ArchiveStr3:Disp "Done!",i
Glancing at this, I have to ask: Is the name input routine overwriting the first byte of Str1/Str3? That byte must be 6 for the converted font to show up in zStart. The conversion worked for me when I manually entered the name. I'll check the source for typos, too.
I also have another feature request that I forgot about before:Can you make it so when a letter is pressed in the Memory Management/Delete menu that you jump to the first program/app/list/appvar with that letter like in the Prgm/Apps/Stat menu? I think this would be incredibly helpful for deleting or seeing the size of items that start with a letter far down the alphabet. Note that if you're in the "All" menu there that nothing should be done, as it includes every type of file and is not suitable for jumping around letter by letter.
Another request like:Quote from: ztrumpet on June 20, 2011, 08:58:18 amI also have another feature request that I forgot about before:Can you make it so when a letter is pressed in the Memory Management/Delete menu that you jump to the first program/app/list/appvar with that letter like in the Prgm/Apps/Stat menu? I think this would be incredibly helpful for deleting or seeing the size of items that start with a letter far down the alphabet. Note that if you're in the "All" menu there that nothing should be done, as it includes every type of file and is not suitable for jumping around letter by letter.Can you add this to the [2nd] [Link] menu as well? I hate having to wait a minute before I can scroll down to Z to transfer certain programs, like my quadratic formula one named "ZQUADFRM." Thanks.
Sorry Darl, SirCmpwn told me that you could only have 2 letter labels. If 3 letter labels are real, that's an easy fix.