Hello --
> Is there a way to concatenate a carriage return when we insert a row onto
an
> InstantDB database?
>
> This is what I get when I tried to use " || chr(13) || chr(10) || ":
Try using the '\n' escape character: so to get a carriage return and some
space at the end of your "End Phase Review", try:
insert into BLOCK values
("Input_P1Milestones",1000706,1,"string","End-Phase Review\n ",5)
I tried to use "\r\n" but got an error on the "\r" ... but try with just the
\n and see if it doeswhat you need. If not. maybe someone else on the list
has gotten the full ASCII 13 10 dos carriage return - line feed to work
somehow??
Hope this helps,
Bill Graham
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|