CompuServe Messages

SBase4 Questions

    10-Apr-93 03:31:17
Sb: #54057-SBase4 Questions
Fm: Jim Joslin 72275,747
To: Wayne Cole 76370,621
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