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

command features to save to output. #33

Open
catafest opened this issue Oct 2, 2021 · 0 comments
Open

command features to save to output. #33

catafest opened this issue Oct 2, 2021 · 0 comments
Labels
question Further information is requested

Comments

@catafest
Copy link

catafest commented Oct 2, 2021

Is a good idea, but you have has a lack.
If I want to create variables, data structures then you will have to find a way to send them in text format to a file and not to copy/paste.
Using a set in settings
Example:

>>> a = bool2x2
# a = bool2x2
a = bool2x2(false, false, false, false)
      # col 0           1           / row
      bool2(false     , false     ) # 0
      bool2(false     , false     ) # 1

Use a command to set patterns in settings to have a good output.

  1. column names and other items that are in the comments area are prefixed with #, you could change this with a setting that can be set for C #: //
  2. you could output as a text file that already contains a default python, C #, or shader file type format that can then be used and modified by an I.D.E.

Maybe you can try to do it with :
# Modules (e.g import Files) - All, Csv, Currencies, Files, HardwareIntrinsics, StandardUnits, Strings, Web

It solves it, then you need to fulfill with simple tutorials ...
Thank's for share.

@xoofx xoofx added the question Further information is requested label Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants