Question just fig · Mar 14, 2020 how can i achive that? i want to achive a function like that: "1.2.3" -> tmp(1,2,3)="" "1.2.3.4" -> tmp(1,2,3,4)="" "1.2.3.4..." -> tmp(1,2,3,4,...)="" thx :) #Caché 0 10 0 254
Question just fig · Nov 16, 2019 how to set a expire time for a cookie? I try to set a cookie with expire time like this: d %response.SetCookie("XXXXX",%session.SessionId, %session.AppTimeout #Caché 0 3 0 465
Question just fig · Sep 27, 2019 How can i go through the full result once? When i use ##class(%SQL.Statement).%New() -> .%Execute() and then .%Next() to go through the result set, i could only go through part of the result. And then, i have to call #SQL #Caché 0 2 0 283