ReplaceAll
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 37 articles for 0.059 sec
Re: change number format     

Group: microsoft.public.excel · Group Profile · Search for ReplaceAll in microsoft.public.excel
Author: Jim
Date: Jun 16, 2008 10:15

...Rothstein (MVP - VB)" <rick.newsNO.SPAM@NO.SPAMverizon.net> wrote in message news:%%23LB7Ss0zIHA.3884@TK2MSFTNGP05.phx.gbl... What if you select the entire column (or columns) containing them and then Edit/ReplaceAll the comma with a dot? Rick "Jim" <jim6651@nospamTRTnet.nl> wrote in message news:485572aa$0$6000$9a622dc7@news.kpnplanet.nl... I know, and thanks, but I...
Show full article (1.33Kb) · Show article thread
Re: change number format     

Group: microsoft.public.excel · Group Profile · Search for ReplaceAll in microsoft.public.excel
Author: Rick Rothstein (MVP - VB)
Date: Jun 15, 2008 17:51

What if you select the entire column (or columns) containing them and then Edit/ReplaceAll the comma with a dot? Rick "Jim" <jim6651@nospamTRTnet.nl> wrote in message news:485572aa$0$6000$9a622dc7@news.kpnplanet.nl... I know, and thanks, but I don't want to cahnge the regional settings. I have imported a file with financial data and I have somehow to convert this from comma ...
Show full article (1.05Kb) · Show article thread
Re: Don't understand replacement rule for some functions     

Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: dh
Date: Jun 12, 2008 03:31

... functions without special attributes like HoldFirst,.. are evaluated before beeing fed to the function. Therefore, RandomReal[GammaDistribution[L, 1/L], 2] is evaluated before beeing fed to ReplaceAll. You may prevent this by wrapping it into Hold or HoldForm. Hope this helps, Daniel Mac wrote: Can somebody explain why the following replacement rule works ...
Show full article (1.21Kb) · Show article thread
Editing Word Docs from SAS -- converting greek symbols to regular     

Group: comp.softsys.sas · Group Profile · Search for ReplaceAll in comp.softsys.sas
Author: Nat Wooding
Date: Jun 11, 2008 09:06

... to use word basic commands to edit out the mu's but I do not seem to be able to get this to work. I have used commands such as put '[EditReplace.Find="mu",.Replace=" ",.Direction=0,.ReplaceAll,.Wrap=0]' ; but the mu's are not disappearing. Does anyone have any insight in how to get Word to understand what I am trying to do? An alternative would be to issue a Wordbasic command that ...
Show full article (2.09Kb)
Re: How to get an optimal simplification?     

Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: Andrzej Kozlowski
Date: Jun 10, 2008 04:15

... if the following will apply straightforwardly to your bigger expressions, but you could use a list of rules with the *ReplaceRepeated[]* operator (short cut //. double-forward slash and period, though in your example *ReplaceAll[]* is enough) or compute a *GroebnerBasis[]* for the variables t1, t2, t3, and eliminating a, b, and c. For instance, In[1]:= {a - b, b - c, c...
Show full article (3.32Kb) · Show article thread
Re: How to get an optimal simplification?     

Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: yaqi
Date: Jun 10, 2008 00:43

... sure if the following will apply straightforwardly to your bigger expressions, but you could use a list of rules with the *ReplaceRepeated[]* operator (short cut //. double-forward slash and period, though in your example *ReplaceAll[]* is enough) or compute a *GroebnerBasis[]* for the variables t1, t2, t3, and eliminating a, b, and c. For instance, In[1]:= {a - b, b - c, c -...
Show full article (1.93Kb) · Show article thread
Re: How to get an optimal simplification?     

Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: Jean-Marc Gulliet
Date: Jun 9, 2008 03:21

... not sure if the following will apply straightforwardly to your bigger expressions, but you could use a list of rules with the *ReplaceRepeated[]* operator (short cut //. double-forward slash and period, though in your example *ReplaceAll[]* is enough) or compute a *GroebnerBasis[]* for the variables t1, t2, t3, and eliminating a, b, and c. For instance, In[1]:= {a - b, b - c, c - a} ...
Show full article (1.16Kb) · Show article thread
NonlinearRegress fitfail error     

Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: Meaghan
Date: Jun 6, 2008 03:50

...0. b2)) a2+0. c2,0.104632+(-1.+2.71828^(0.195816 b2)) a2+0.195816 c2,<<8>>,<<92>>} is not a list of real numbers with dimensions {102} at {a,b,c} = {0.0369002,0.32,0.158379}. NonlinearRegress::fitfail: The fitting algorithm failed. ReplaceAll::reps: "{msoln} is neither a list of replacement rules nor a valid dispatch table, and so cannot be used for replacing." Thank you for the help!
Show full article (0.87Kb)
Re: Replacing all occurrence with one char in a string     

Group: sybase.public.powerbuilder.general · Group Profile · Search for ReplaceAll in sybase.public.powerbuilder.general
Author: Terry Voth
Date: May 29, 2008 11:56

...( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { return TRUE; } _declspec (dllexport) void _stdcall Replaceall(string &str, const string &find_what, const string &replace_with) { string::size_type pos=0; while((pos=...
Show full article (4.37Kb) · Show article thread
Re: Replacing all occurrence with one char in a string     

Group: sybase.public.powerbuilder.general · Group Profile · Search for ReplaceAll in sybase.public.powerbuilder.general
Author: Philip Salgannik
Date: May 29, 2008 10:09

... DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { return TRUE; } _declspec (dllexport) void _stdcall Replaceall(string &str, const string &find_what, const string &replace_with) { string::size_type pos=0; while((pos=str.find(...
Show full article (2.57Kb) · Show article thread
1 · 2 · 3 · 4 · next