Post Reply 
Cas.collect() doesn't work for division expression when it is used in program[SOLVED]
07-04-2018, 11:00 PM (This post was last modified: 07-06-2018 01:48 PM by vvolkan.)
Post: #1
Cas.collect() doesn't work for division expression when it is used in program[SOLVED]
Hi,
When i use collect() function in cas home screen it works without any problem. When i use collect() in multi command program which i shared in forum, it doesnt work for division expressions. Do you have any idea about the issue? I share screenshot and the code i tried collect() in the screenshot mc() comand.

EXPORT mc(var1)
BEGIN

var1:=collect(var1);

return (var1);

end;


multi command program full code link:
http://www.hpmuseum.org/forum/thread-11004.html


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Cas.collect() doesn't work for division expression when it is used in program[SOLVED] - vvolkan - 07-04-2018 11:00 PM



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