|
|
Changing Hard returns into Soft returns.
Hi there,.
I've a calculation result that I need to have cleared of hard returns,
replacing them with soft returns. Can this be done in a calulation?
FMPro only has hard returns displayed as optional in the calc field.
I am on a Mac.
|
|
0
|
|
|
|
Reply
|
phellard (7)
|
3/20/2006 1:13:13 AM |
|
phellard@gmail.com wrote:
> Hi there,.
>
> I've a calculation result that I need to have cleared of hard returns,
> replacing them with soft returns. Can this be done in a calulation?
> FMPro only has hard returns displayed as optional in the calc field.
>
> I am on a Mac.
>
I haven't tried this but from my dark past, I recall that each character
was assigned a number and that on a pc at least if you held down the alt
key and typed in the code on the numeric keypad, you got the character
on the screen as if you had typed it. This includes hard returns which
is <Alt+32> I think. Anyway, find our the ascii character of the soft
return and do a find&replace.
Bignoel
|
|
0
|
|
|
|
Reply
|
Bignoel
|
3/20/2006 3:34:53 AM
|
|
In article <1142817193.907084.262180@z34g2000cwc.googlegroups.com>,
"phellard@gmail.com" <phellard@gmail.com> wrote:
> Hi there,.
>
> I've a calculation result that I need to have cleared of hard returns,
> replacing them with soft returns. Can this be done in a calulation?
> FMPro only has hard returns displayed as optional in the calc field.
>
> I am on a Mac.
I'm not sure if it'll work (I'm not even sure if FileMaker can store
soft-returns), but you can try ...
- Create a new Global field (Text type) called
g_SoftReturn, temporarily put it on any layout and
type in a "soft return" - usually that's obtainable
by pressing shift-return.
- Your calculation can now use:
Substitute (OriginalText, "�", g_SoftReturn)
That should work, if it's going to work in any way at all.
If FileMaker can't type the soft-return you can try typing it in
another application (MS Word, PageMaker, InDesign, etc.) and then
copy-pasting it into FileMaker.
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)
|
|
0
|
|
|
|
Reply
|
Helpful
|
3/20/2006 4:16:37 AM
|
|
|
2 Replies
322 Views
(page loaded in 0.063 seconds)
Similiar Articles: Changing Dimension Text - comp.cad.microstationIs there an elegant/simple way to change all of the ... have found is to just type a 'space' character into the ... changing the variable name in a FOR loop - comp.soft-sys ... Replace block of text - comp.lang.awkReplace block of text - comp.lang.awk Changing Hard returns into Soft returns. - comp.databases ... How can I change the insert/typeover mode of a text box? - comp ... carriage return, newline, and combinations - comp.lang.awk ...... that I want", not "modify the input line into ... idea of the "ORS trick", which involves changing ... Newline; Soft return; Hard return; Unix2dos; C0 and C1 control ... Unknown number of return values - comp.soft-sys.matlabFor the one which returns empty, change it to return an empty ... I ran into this exact same problem, except ... Unknown number of return values - comp.soft-sys.matlab ANFIS ... find/replace line of code (with carriage return) - comp.soft-sys ...There's a possibility to change these line feeds back into carriage returns with the search/replace ... find/replace line of code (with carriage return) - comp.soft-sys ... I ... Fastest way of partitioning an array based on a cutoff value ...I want to partition the array into two sub arrays a1 ... unlike L.I. does, but exactly like find (which returns ... than L.I., which looks counterintuitive % Note: change ... How to return a 2D double array in Mex - comp.soft-sys.matlab ...If you are copying from a 2D C++ variable into a MATLAB 2D ... if statements to change indexing - comp.soft-sys.matlab How to return a 2D double array in Mex - comp.soft-sys ... Changing Inputs per Time Step in ODE45 - comp.soft-sys.matlab ...... x(2)))/(T1*x(1)); % Collect derivatives into a column vector dx_dt = dx_dt'; return ... Image to polar transformation... - comp.soft-sys.matlab > I want to change ... reading dates into excel - comp.soft-sys.matlab... now when I read the date or time values in, matlab returns an ... comp.soft-sys.sas reading xls without proc import or changing file type - comp.soft ... reading dates into ... External command return codes - comp.lang.rexxHi, How does one get sensible return codes ... Is what I'm trying to do too hard? Perhaps ... do a one-tailed ranksum test? - comp.soft-sys.matlab ... External command return ... What is the difference between a hard return and a soft return... two types of returns: hard and soft. In both cases, the return consists of special codes inserted into the ... deleting words, or if you change the margins. A hard return ... Changing hard returns to soft - Dev Shed - Dev Shed Forums - Open ...Hello I have a textbox in a userform in Word, and I need to copy the contents of the textbox and paste them into the document. However, before I do this, I would like ... 7/23/2012 3:52:41 PM
|
|
|
|
|
|
|
|
|