Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
New question and thank you
Thanks to those who responded yesterday. I got what I needed and I appreciate it!
Next question . . .? I know how to make new lines appear in the output, but how can I add a new line in the file itself for ease of reading? For example, say I have a series of things like this . . . Name: [Name]<br>Age: [Age]<br>Race: [Race] etc. and it just keeps going. Is there a way to break that up into multiple lines in the file as well as the output? |
If you mean "in the table (.tab) file" then you use an underscore as the first character in a line to indicate that it's a continuation of the previous line. Thus
toggle quoted message
Show quoted text
1,[Name]<br> _Age: [Age]<br> _Race: [Race]<br> _Favorite Color [FavColor]<br> is treated as a single line by Tablesmith. Erol K. Bayburt ErolB1@... On 2/4/2021 8:54 AM, jimmyflowers1 via groups.io wrote:
Thanks to those who responded yesterday. I got what I needed and I appreciate it! |
¿ªÔÆÌåÓýBreak it where you want and put an underscore: Name: [Name]<br>Age: [Age]<br> _Race: [Race] ? Scott From: [email protected] <[email protected]> On Behalf Of jimmyflowers1 via groups.io
Sent: Thursday, February 4, 2021 07:54 To: [email protected] Subject: [TableSmith] New question and thank you ? Thanks to those who responded yesterday. I got what I needed and I appreciate it! |
This works Name: [Name]<br> _Age: [Age]<br> _Race: [Race]? On Thu, Feb 4, 2021 at 7:54 AM jimmyflowers1 via <jimmyflowers1=[email protected]> wrote: Thanks to those who responded yesterday. I got what I needed and I appreciate it! |
to navigate to use esc to dismiss