Guidance
指路人
g.yi.org
Guidance Forums / Reginald Rexx / RexxCenter update

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
Forum List • Thread List • Refresh • New Topic • Search • Previous • Next First 1 Last
Message1. RexxCenter update
#13594
Posted by: Jeff Glatt 2012-05-03 13:31:23
RexxCenter is updated with a memory leak fix when opening a rexx script. Also, EditAddFile now allows querying the files in the current project:
/* List all rexx scripts in the project */
i = 1
DO FOREVER
   NAME = editaddfile(, , i)
   IF NAME == "" THEN LEAVE
   SAY NAME
   i = i + 1
END
/* List all icons in the project */
i = 1
DO FOREVER
   NAME = editaddfile(, "ICON", i)
   IF NAME == "" THEN LEAVE
   SAY NAME
   i = i + 1
END
Message2. 3 questions to this
#13595
Posted by: Michael S 2012-05-12 16:30:21
1 How can I be sure I'm running the new version of RPC. After I've installed what I think is the newest version, I start RPC and do a Help, About I'm still seeing what I remember as old values for the version and date (I downloaded the zip file from http://home.roadrunner.com/~jgglatt/rexx/win32/rxusrw32.htm)
2 Running the code above, I get
Too many arguments in invocation of EDITADDFILE; maximum expected is 2
3 Highlighting EDITADDFILE and pressing F1 gives
Can't find keyword/function
Message3.
#13596
Posted by: Jeff Glatt 2012-05-24 12:25:34
There was a bug in EditAddFile that's fixed in the latest RPC (Version 0,0,1,2). Download that and try it.
Forum List • Thread List • Refresh • New Topic • Search • Previous • Next First 1 Last
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Fri 2024-3-29  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0