Re: A question regarding parameters
So this is a valuable piece of information for something I'm working on.? However, what if you want to use a set of inputs from a user to create multiple instances using a given set of
By
crannnabeatha@...
·
#9855
·
|
Re: ERROR Generate function calling Generate again
#function
#error
If I am understanding correctly, what Klaas is wanting, he might do better creating and calling a dataset.
That way, he could set the entries on the dataset in the first call, and then have one entry
By
tim@...
·
#9854
·
|
Re: ERROR Generate function calling Generate again
#function
#error
Yes, but the "global state" isn't stored when a group name is clicked - it's stored continuously until the next iteration. The table is loaded and when the variables change their value stays the same
By
Bruce Gulke
·
#9853
·
|
Re: ERROR Generate function calling Generate again
#function
#error
Thank you for clearing up, that it should work and not throw an error.
What I try to do, is to create a simple tracker for my BX character and encounter generator that I can include where the Hit
By
klaas.reineke@...
·
#9852
·
|
Re: ERROR Generate function calling Generate again
#function
#error
I don't think this is a boundary issue, it appears to be a bug (though why it took so long to manifest, I don't know). As the two of you have found, the "=%var2%" seems to be the cause of the issue
By
Bruce Gulke
·
#9851
·
|
Re: ERROR Generate function calling Generate again
#function
#error
Yeah this fixes it, but then it does not help any more. I need the parameter/roll result passing to the Group as way to store a state. If I omit the %var2% it does not help. Here a more complex
By
klaas.reineke@...
·
#9850
·
|
Re: ERROR Generate function calling Generate again
#function
#error
Ok, went back to your original code and simply removing " =%var2%" from the Generate lines gets rid of the error.
By
tim@...
·
#9849
·
|
Re: ERROR Generate function calling Generate again
#function
#error
Ok, so I was playing around with your code that you posted
and the following is not giving any errors
The biggest changes I made was to remove the "=%var2%" from the Generate statements, and adding
By
tim@...
·
#9848
·
|
Re: ERROR Generate function calling Generate again
#function
#error
My current fix is to use Rerollable GroupCalls [~other_1] adding an If checking if the table is initialized around all Msg or InputLists. By this the table is displayed completely then I call
By
klaas.reineke@...
·
#9847
·
|
ERROR Generate function calling Generate again
#function
#error
Hi there,
I cannot figure it out. I am using {Generate~0} to create a link that does some calculations and shows the result within a {InputList~} and a {Msg~} and then creates the same {Generate~0}
By
klaas.reineke@...
·
#9846
·
|
Re: Timestamp
There's no functionality in Tablesmith for timestamps, but you use a little Javascript and HTML to display a time.
©\©\©\©\©\©\©\ Original Message ©\©\©\©\©\©\©\
By
Bruce Gulke
·
#9845
·
|
Timestamp
Is it possible to put a timestamp in the table result?? I have some tables that return a yes/no/maybe and find myself unsure if a new result was rolled or if I have gotten the same result again.? If
By
KingsTears
·
#9844
·
|
Re: Maximum size of a group or table
There's likely physical limitations based on things like RAM, but I'm not aware of any particular limits in TS, especially with group or table size.
You can run into issues if you have too much
By
Bruce Gulke
·
#9843
·
|
Re: Maximum size of a group or table
I have a name generator which is used tenth of tables names, the biggest one hold 30.000+ names without problem
By
Zothike Zothike
·
#9842
·
|
Maximum size of a group or table
What is the maximum size of a group or a table that Tablesmith can handle without choking?
I have some name lists with tens of thousands of names. Will Tablesmith be able to handle that, or will I
By
ErolB1
·
#9841
·
|
Re: DataSet Oddity
I should have been more clear. By "bunch of DSSet functions" I meant just the ones on the one branch of the If function.
I would have rewritten [AddItem} as
:AddItem
1,
By
ErolB1
·
#9840
·
|
Re: DataSet Oddity
The problem is in the [Display] group. In particular in the section
_|GP={DSGet~Treasure,%Index%,GP}|
_<td align="left"
By
ErolB1
·
#9838
·
|
DataSet Oddity
I have just noticed that my Datasets are either not setting correctly, or not getting correctly.? Most likely, I have something off in my code and can't see it.
I've put in an "error" check.? So,
By
Otaku Smurf
·
#9837
·
|
Re: Mysterious Error
#error
Thanks.
I have it in a different folder "Spells", so I thought that was how it was supposed to be.
By
Otaku Smurf
·
#9836
·
|
Re: Mysterious Error
#error
To call the table Wizard1.tab, you need the line
:Start
1,[Wizard1.Start]
The line you're using is calling Spells.tab, and rolling on the group [Wizard1] in the Spell.tab table.
Erol K.
By
ErolB1
·
#9835
·
|