User Portlet User Portlet

Discussions
Ok, I was referring to programmatically detecting type. Agree that it is nice that the notebook shows the subscript as the result of the calculation and the documentation saying "print" infers that the return type however that stuff is only useful if...
Bruce, thanks that is great - I did not know you could do the assignment inside the Form function. It would be nice if Mathematica added a parameter/property to the built-in Head function that allowed the user to specify the desired format for a...
Yes, the ExponentFunction used as shown above does exactly what I want - thanks!
sorry, missed the export to a file........thanks for your help
Agree - the Manipulate functionality is well designed and it probably makes sense to just use Manipulate features which are more flexible than a hard-wired option in ListLinePlot. Thanks for the suggestion - see final result below. ![enter image...
yes, I like this approach is much closer to adding conditional logic to FindList. thanks!
Thanks, that makes sense. Since this Append is the last line in the function I am not actually trying to re-assign a variable but rather accumulate elements in a new list by applying this function to testList. Here is the desired output I was...
Thanks Udo - your solution works and eliminates the need to duplicate the list of strings in the module list.
thanks Min Hsuan, that produces the result I was looking for - see plot below. ![enter image description here][1] [1]: /c/portal/getImageAttachment?filename=matching_markers_and_legend.png&userId=210008
I am trying to do two things: 1 - Add a Manipulate text field input to an existing notebook to be used for entering a string for a file path. That file path is to be used as the location for a file to import into the notebook.This notebook then...