Post Reply 
Gallery: The HP Prime PNG/JPG Image Viewer [UPDATED V2.4.0 2023-07-28]
12-12-2015, 08:14 PM
Post: #70
RE: Gallery: The HP Prime PNG Image Viewer [UPDATED V2.0.0 29-06-15]
Hi mandresve,

In your next release, you may want to correct "CPrompt()":

//----------------------------
// CPrompt FUNCTION
//----------------------------
CPrompt()
BEGIN
CHOOSE(PROMPT2, "Are You Sure to Delete?", "Yes", "No");
IF PROMPT2==1 THEN
DFC();
END;
IF PROMPT2=2 THEN
NFD();
END;
END;

The second "IF" condition should be " IF PROMPT2==2 THEN".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Gallery: The HP Prime PNG Image Viewer [UPDATED V2.0.0 29-06-15] - daryl178 - 12-12-2015 08:14 PM



User(s) browsing this thread: 2 Guest(s)