| Author |
Comment/Response |
cwang
|
05/26/11 11:59pm
I try to define a new function like this:
(*omit other nested parts irrelevant to the problem*)
f[string_]:=StringReverse[string]
f["AAATCGATC"]
error message:
SetDelayed::write: "Tag Times in f[string_] is Protected."
I don't understand that, I didn't see any Times Tag here. Maybe there are some Times Tags in build-in function StringReverse. Is there any alternative way to define a new string manipulation function?
thanks
URL: , |
|