Post Reply 
a type bug
12-01-2015, 05:24 PM
Post: #5
RE: a type bug
Wow. Thanks. Im getting closer to getting it.

I have pretty good luck with CAS.type for everything but strings.

So i now use

mytype (any)
begin
if TYPE(any)== 2 then DOM_STRING else CAS.type(any) end;
end;

which behaves like typing: type (any) in the cas window.

Its just that i had previously believed that

CAS.fun (..) in a program would behave like

fun (...) typed manually in the cas window

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
a type bug - ji3m - 11-30-2015, 09:53 PM
RE: a type bug - Han - 11-30-2015, 10:01 PM
RE: a type bug - ji3m - 11-30-2015, 10:42 PM
RE: a type bug - Han - 12-01-2015, 12:01 AM
RE: a type bug - ji3m - 12-01-2015 05:24 PM



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