¿ªÔÆÌåÓý

escape codes FEI
Symbol Code ? ™ € Space   ! ! " " # # $
By Scott · #9633 ·
Re: Date Sets
Thanks Sent: Sunday, April 5, 2020 12:41 To: [email protected] Subject: Re: [TableSmith] Date Sets You can get around those errors by using the escape code for a comma , Sent
By Scott · #9632 ·
Re: Date Sets
You can get around those errors by using the escape code for a comma , Sent from Mail for Windows 10 Sent: Sunday, April 5, 2020 11:44 AM To: [email protected] Subject: Re: [TableSmith] Date
By Vance · #9631 ·
Re: Trailing Comma
How about just stripping the trailing comma by adding _|x={Length~%numlang%}| _|x-1| _|numlang={Left~%x%,%numlang%}| Guy
By Guy Runkle · #9630 ·
Re: Date Sets
Thanks, Erol, I am pretty sure the DSGet does not like it when the data it is getting has a comma in it. I did a few hours of testing with commas, and I have seen some weird stuff. A few times, the
By Scott · #9629 ·
Re: Date Sets
Or you might be getting confused by the help file. If you use DSCreate to make PntLst2 a dataset variable without the field "Power" then you *cannot* add the field "Power" later on with DSAdd or
By ErolB1 · #9628 ·
Re: Date Sets
Did you use a DSCreate function to make PntLst2 a dataset variable before the line you posted? If so, then check that DSCreate function; it may have a typo causing the field Power not to be set up
By ErolB1 · #9627 ·
Re: Date Sets
Are there characters not allowed in the value of a data set? From: [email protected] <[email protected]> On Behalf Of scott@... Sent: Friday, April 3, 2020 22:30 To:
By Scott · #9626 ·
Date Sets
Hey folks, A question about data sets. I am generating various stuff from a table group, variables, dice rolls, and a line or two of data. My question is this: Is there a limit to
By Scott · #9625 ·
Date Sets
Hey folks, A question about data sets. I am generating various stuff from a table group, variables, dice rolls, and a line or two of data. My question is this: Is there a limit to
By Scott · #9624 ·
Re: Trailing Comma
Nice, Has anyone culminated all these tricks and tips into a document? Scott Sent: Friday, April 3, 2020 11:41 To: [email protected] Subject: Re: [TableSmith] Trailing Comma Yet
By Scott · #9623 ·
Re: Trailing Comma
Great idea, Thanks Erol. This is such a great community. Scott
By Scott · #9622 ·
Re: Trailing Comma
Yet another way to do it would be to use "length" and "left" to strip off the last character, which in this case would always be a comma. Something like
By Bruce Gulke · #9621 ·
Re: Trailing Comma
Cool, thanks for stepping up Erol. [email protected]> wrote:
By Bo · #9620 ·
Re: Trailing Comma
You need to treat either the first or last language as a special case, in one way or another. One possibility: _|numLang={Dice~1d6}| {Bold~I speak %numLang% Languages:
By ErolB1 · #9619 ·
Re: Trailing Comma
You need a conditional for the comma so it only prints on the first ones, not the last one. Although I know that, I don't know the code to do that. It shouldn't be that hard, and looking through other
By Bo · #9618 ·
Trailing Comma
Hey folks, I have been TSing, and I think this question was answered prior, but I could not find it. I roll for a random # of languages then pull from the list. In the string
By Scott · #9617 ·
Re: Windows 10 update blocks Tablesmith from opening
On Thu, Mar 19, 2020, 11:00 AM Yannick KOHLER <ykohler@...> wrote: > Hi Bruce, Hi everybody, > > @bruce, maybe when saving, write the max between default value and actual > value like this
By Voxanadu Blackthorne · #9616 ·
Re: Windows 10 update blocks Tablesmith from opening
Hi Bruce, Hi everybody, @bruce, maybe when saving, write the max between default value and actual value like this ? <Window> See you later, fantasy cowboy ;) Yannick
By Yannick KOHLER · #9615 ·
Re: Windows 10 update blocks Tablesmith from opening
Glad to help. Sent from Mail for Windows 10 Sent: Thursday, March 19, 2020 11:54 AM To: [email protected] Subject: Re: [TableSmith] Windows 10 update blocks Tablesmith from opening [Edited
By Vance · #9614 ·