User Portlet User Portlet

Discussions
Hello, I'm working on extracting parts of a filter model and things aren't working as expected. I've attached the workbook. First on line 2 I've created a filter model which takes the form of a Transfer Model. Then on line three I extracted the...
> But Marco Thiel's suggestion [...] is a helpful workaround. Yes, as always! Glad I could help, regards -- Henrik
The real error looks like a code generation error, if you can share the model here (or send it to support) we can perhaps see if there is a workaround for it.
Actually you can use the Head-mechanism to build type-like categories very similar to classes in C++. (I did this for various geometrical classes, and for state spaces of (quantum-) mechanical systems.) Once, when one learned Mathematica from Stephen...
`^^` isn't a function. It's a syntax. Just as `2.` means "the numeric version of 2" and not the integer, `16^^ab` means "the number 171". This is handled by the parser, not the interpreter which is why `FullForm[Hold[16^^A]]` is `Hold[10]`. ...
A sample solution tested on Mathematica 7 follows, g[x_]:=(*This function takes a number-base-2 and returns its base-16*) Module[{onesAt, argOne, ans}, (*Find where the ones are located in the input number-base-2*) ...
One cannot state that it is not working, because there is an example in the Help GUIKit/tutorial/TextImportWizard if you call it it opens a file dialog [img=width: 800px; height:...