Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[commands] access column values for current from execstr #655

Open
saulpw opened this issue Aug 3, 2020 · 1 comment
Open

[commands] access column values for current from execstr #655

saulpw opened this issue Aug 3, 2020 · 1 comment
Labels

Comments

@saulpw
Copy link
Owner

saulpw commented Aug 3, 2020

A sheet-specific command should be able to refer to the values in the cursorRow by column name, via a simple Pythonic syntax.

@saulpw saulpw added the wishlist label Aug 3, 2020
@saulpw saulpw closed this as completed Aug 3, 2020
@saulpw
Copy link
Owner Author

saulpw commented Dec 23, 2023

e.g. status(foo) would be syntactic sugar for status(column("foo").getTypedValue(cursorRow))

@saulpw saulpw reopened this Dec 23, 2023
@saulpw saulpw changed the title [commands] access column values from execstr [commands] access column values for current from execstr Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant