All categories
Login
Sign up
Login
Search
Advanced search
C
A
C
H
I
L
S
T
W
Y
Can you explain how to use Sets? I am having trouble making the transition from 2.0 to 3.0.
If you download the sample file, it shows three "sets" being used: Hitting, Fielding and Positions. Basically it allows you to organize your input variables. ...
Can I sync to iPhone version? Create a roster and export it the iPhone (actually an iPad)?
I'm not sure "sync" is the right word but you can take desktop Statbook created plist files (see the iPhone tab, "Save..." button) and then ...
Can I see in records Field "Min" in format min:sec?
Yes, but it would be best to create a new field and use something like this in the 'Result' field: s.minutes || ':' || s.seconds This also ...