Image
#1
Posted 10 September 2004 - 09:11 PM
I want to know which is the code to call an image of the classpad
Also like shipment an image of the classpad to the computer
#2
Posted 10 September 2004 - 09:14 PM
Thanks
#3
Posted 10 September 2004 - 09:22 PM
to call a picture from a program: RclPict (name)
#4
Posted 10 September 2004 - 09:30 PM
#5
Posted 10 September 2004 - 09:39 PM
The picture of the capturas (H-copy) of the classpad
#6
Posted 10 September 2004 - 09:41 PM
#7
Posted 12 September 2004 - 03:11 PM
RclPict (name), and it leaves me the following error : Invalid name
The name is viga1 then RclPict (viga1) : The classpad say Invalid name
The image this kept in the folder main
I don?t know if this command shows me the image in the execution of the program
#8
Posted 12 September 2004 - 06:30 PM
#9
Posted 12 September 2004 - 09:57 PM
RclPict viga1
and it must be in the same folder as the program (or in the library folder) oterwise you must give the full path:
RclPict folder/viga1
also, you could do this:
"viga1"=>pict
RclPict #pict
this can be usefull from time to time
#10
Posted 10 July 2015 - 05:44 PM
Also it still works in the Main app, the # doesn't seem to work anymore with RclPict/StoPict on the fx-CP400.
"image1"⇒str StoPict #str
The above code does really store an image named "#str.c2p".
Meaning that if I try "RclPict image1" after this, it doesn't work.
Was this change intended or is it a bug?
Any other way ?
My goal is to be able to RclPict let's say 256 images named from "image1" to "image256", in less than 256 lines of code of course.
Thank you for reading.
Edited by critor, 10 July 2015 - 05:45 PM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users