klaas1979 / tablesmith-like

Use Tablesmith-like tables in FoundryVTT and create complex nested tables.
MIT License
3 stars 5 forks source link

Support for IF in tab file #4

Closed TheLaslo closed 2 years ago

TheLaslo commented 2 years ago

First of all...
I love that you did this, I have so many tables that I can pull into foundry.

Ignore the underscore problem, I misread the error, it seems there isn't support for IF

Also ignoring the Status directive could help too.

Melee Weapons.tab.txt

klaas1979 commented 2 years ago

Right now the stuff is case sensitive, is the table working in Tablesmith? Right now I have no instance running, as this was my problem after leaving Microsoft as OS.

If it works in Tablesmith, then I need to support case-insensitive Functions. I.e. if, iF, IF, If

TheLaslo commented 2 years ago

Yes this table works on Tablesmith. Is there a general case I should be using? All caps, all lower for functions?

On Fri, Mar 11, 2022 at 2:55 AM Klaas Reineke @.***> wrote:

Right now the stuff is case sensitive, is the table working in Tablesmith? Right now I have no instance running, as this was my problem after leaving Microsoft as OS.

If it works in Tablesmith, then I need to support case-insensitive Functions. I.e. if, iF, IF, If

— Reply to this email directly, view it on GitHub https://github.com/klaas1979/tablesmith-like/issues/4#issuecomment-1064904772, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARZKHF5Q4X3DGWV42W64CKLU7MC7FANCNFSM5QN4L3GQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

klaas1979 commented 2 years ago

Added case insensitive TS-Functions in new release 1.7.0. Added Status as function as well.