Forum Discussion
ROBERTSACHS
8 years agoQrew Cadet
I'm using the latter form.
Last question: I need a carriage return after ToText(Today()). What is the coding for that?
Last question: I need a carriage return after ToText(Today()). What is the coding for that?
- ROBERTSACHS8 years agoQrew CadetI figured it out. Thanks.
- ROBERTSACHS8 years agoQrew Cadetactually, I didn't. I thought I could use "%0D%0A" but that does not work.
- QuickBaseCoachD8 years agoQrew CaptainThe Carriage Return character is backslash n
So
"\n"
This will go to edit mode,
var text URLTWO = URLRoot() & "db/" & Dbid()
& "?a=er&rid=" & ToText([RecordID#]);