include - include() function allow you to include simple definitions from other documents. - Messages
WroteUpdated. Try now.
It works. Thanks a lot.
Wrote
Updated (plugin version changed to 0.2.x.x). Try now.
Old worksheets must be saved in the new format.
Hi is there anyway to throw an error if the worksheet needs to be saved?
It presently evaluates to 0 without any indication of error.
WroteHi is there anyway to throw an error if the worksheet needs to be saved?
It presently evaluates to 0 without any indication of error.
The wrong may be right ... isn't it ?
Red does not necessarily means error.
It may mean "Equation too long to display"
For sure: if a result is wrong, wrong until doctored.
Cheers alyles ... Jean.
Oh ! you forgot the work sheet !
I have been chasing this error for a little while now.
Alyles and Davide helped me on Discourse, ( https://en.smath.com/forum/yaf_postst17181_IRC-or-Discourse-channel-anyone.aspx )
and we figured out that the issue was that the file that was to be included needed to be touched, or opened and saved to update it, and then save it.
The log however, leads one to believe that function loaded correctly and included the file. See screen below.
The other difficulty I had was finding the log- the extensions folder names are obfuscated.
Wroteand we figured out that the issue was that the file that was to be included needed to be touched, or opened and saved to update it, and then save it.
1. Included sm-file must exsists.
2. You need save document with include() function (for relative path). This is because of value of current directory. Only when you save worksheet the current directory and the path to sm file become defined. For now as I know there is no way to address this. SMath Studio change the current folder only when you save the document.
Perhaps the error is due to the fact that the parsing of the document failed, but an error message is not provided for this case.
WroteThe other difficulty I had was finding the log- the extensions folder names are obfuscated.
As for that for now I don't know how get access more simply.
It's possible using include in a function body? Please, see the attached. In case that it could be, can also be values in include only local for the caller function, and not to the entire worksheet?
ref_f.sm (2 KiB) downloaded 59 time(s).
work_with_ref_f.sm (19 KiB) downloaded 60 time(s).
work_with_ref_f.pdf (102 KiB) downloaded 58 time(s).
Thanks!!!
Best regards.
Alvaro.
Wroteusing "include" as a function parameter can work around the problem!?
sergio
Hi Pompelmo. Absolutely. That' exact what I want. Thanks very much.
Best regards.
Alvaro.
WroteIt's funny, but be patient and no workaround is needed. Andrey will help us with a possible bug.
I understand the idea of introducing include in some kind of collection, something similar writefile, readfile. But, include is a one time use. In the attached, if I copy/paste include in a new sheet file not found ... same if recall from the f(x) menu and code.
The idea was to use the algos include for other data fitting session.
OK, in that single use include, no problem to add more fitting sessions.
In the attached, we have 3 fitting sessions all happy from single include.
What is the use of include ? To me, just a competitive curiosity to Mathcad.
Collapsed area does the same thing, infinitely transportable.
Cheers ... Jean
GenfitAlgoInclude.sm (36 KiB) downloaded 50 time(s).
Genfit Algo Include Test UpDated.sm (88 KiB) downloaded 58 time(s).
There is still a lack of standardization in the documents. Everyone invents their own wheel. This is extra work.
Libraries need to be made from standard calculations. Now there are two versions of "libraries": plugins and files connected using an include() function.
Collections from such libraries have all the serious design tools.
I have a question if it is possible to use the include plugin and include only some "public" variables from a include.sm to an other file and not all variables which exists in the included file?
Thaks,
Florian
Is it possible to include variables assigned by the combobox region yet? (see here: https://en.smath.com/forum/yaf_postsm30772_Include-and-Combobox-Region.aspx)
A strange behavior also exists that is related to combox results. Try this:
Create a 'parent file'.
Add a combobox list in the parent file. Let's say it is a "yes/No" matrix and you choose "yes". So "yes" is assigned to the variable YN.
Now create a child file and include the parent file.
It will say that YN is not defined.
Let's go back to the parent file and manually assign YN:"Yes".
Now YN="Yes" in the child file.
Go back to the parent file and delete the manual definition of YN, but keep the combobox list.
Now open the child file and find that YN=yes is still defined. Even if you change the combobox list to "No".
Or you can ask Andrey to include this feature in the set of standard functions. In this case, he could use the already existing loading code to implement the desired functionality. He knows much more about it.
PS. Okay, as an exception, I could add parsing of this component using its sources. Maybe something will work.
I'm encountering errors when I have strings with spaces or any other special characters as arguments. If I call the function within the included file there's no error. Does anyone have an idea on what's causing this?
Thanks.
test_sheet.sm (5 KiB) downloaded 46 time(s).
test_include.sm (5 KiB) downloaded 49 time(s).
Wrote
Plugin updated. Please try.
The update solves the problem. Thank you very much uni.

WroteAny visual region is skipped as the reading algorithm cannot simulate its operation. Only the core of the program can do this. The external (user) API does not have the ability to recreate components, since it is a complex operation. Only simple definitions can be read and reconstructed.
As it turned out, there is something that can be done.
WrotePS. Okay, as an exception, I could add parsing of this component using its sources. Maybe something will work.
Plugin updated (

Changes:
- added support for: combobox, combobox list, checkbox list, radio button list, slider;
- the algorithm of work has been changed;
- refactored.
-
New Posts
-
No New Posts