CompuServe Thread

SBase4 Questions

3 messages in this thread
#54057From: Wayne ColeApr 5, 1993 11:14 PM
I have two SBase4 questions? 1) where are the SBase4 tooltypes documented? 2) How do I get a double quote (") incorporated into a query output line? Where in the documentation could I find how to do it? wmc – via Autopilot!
#54382From: Jim JoslinApr 10, 1993 3:31 AM
Wayne, I'm not Tech_Support but here goes anyway… 1) where are the SBase4 tooltypes documented? >>> >>> are you referring to tooltypes for the Sbase4 ICON? 2) How do I get a double quote … >>> >>> several ways… if you are running the query as a DML progam, use the >>> CHR$(34) function to insert the double quote by segmenting the string >>> and concatenating it back together. >>> anywhere SBase4 expects a quoted string (i.e.; requesters), use the "~" >>> (tilde) in place of the double quote and SBase4 will do the substitution >>> for you. >>> HOWEVER, one assumes you are attempting to put quotes around a string >>> you output in response to the query generated with PROCESS-QUERY-EDIT. >>> As far as I can tell there is no way to do it. Describe the situation >>> more fully and we'll see if we can't find a way to do it for you. Hope this helps somewhat… Jim Joslin
#55072From: Wayne ColeApr 18, 1993 8:52 PM
Jim, Yes – SBase4 Icon Tooltypes – where are they documented? Yes t the next one too. I wnated ot get " in a string from a PROCESS-QUERY EDIT. wmc – via Autopilot!