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 :)
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 :)
I try to set a cookie with expire time like this: d %response.SetCookie("XXXXX",%session.SessionId,%session.AppTimeout,"","",0,0) but when i return to the browser it shows that the cookie's("XXXXX") expire time is "session". How can i to set a expire time? Can someone help me? thx![]()
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 .%NextResult() to go through the next part of the result. BUT, the .%Display() could show all of the result.
How can i go through the full result once,like .%Display()? Or how should i do to go through the full result? Is there anyone can help me? Waitting
!!!