Post Reply 
broke subroutine
07-23-2021, 12:41 PM
Post: #1
broke subroutine
This program:

PHP Code:
EXPORT test()
BEGIN
 LOCAL a
bdatalist;
 
datalist := {
  {
'a', [0], {65300}},
  {
'b', [0], {65301}}};
  
INPUT(
   EVAL(
datalist),
   
"title");
 RETURN {
ab};
END

works on version 2.1.14433 but doesn't work on version 2.1.14592

Did something change with either INPUT or EVAL to cause this? This is a simplified version of a larger subroutine to demonstrate the issue. I use the larger subroutine a lot.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
broke subroutine - roadrunner - 07-23-2021 12:41 PM
RE: broke subroutine - roadrunner - 07-23-2021, 03:41 PM
RE: broke subroutine - albud44 - 07-23-2021, 06:36 PM
RE: broke subroutine - roadrunner - 07-24-2021, 11:47 AM
RE: broke subroutine - Terje Vallestad - 07-24-2021, 01:54 PM
RE: broke subroutine - roadrunner - 07-24-2021, 03:41 PM
RE: broke subroutine - Didier Lachieze - 07-24-2021, 06:53 PM
RE: broke subroutine - roadrunner - 07-25-2021, 12:14 AM



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