I used Analyzer:
Text with possible changes (you must judge if valid):
Just for fun, but can help if you're REMOVE? this word probably adds nothing to the meaning of your textreally trying to cut the crap!
Yesterday in a car listening to the radio:
- Hi, Lisa!
- Hiiiiiiiii !!!!!!!!(exited beyound imaginable)
- Lisaaa (long excited pause)!!!It SOUNDS like you shopping!
I am surprised at
... the writer always made one deliberate spelling mistake. This was meant as a sign of humility, to acknowledge that the writer did not consider himself a perfect human being.
I am sure there is no 'spelling' in Chinese. Must be something else that similar to spelling.
The latest request was is not to include
val({table.field}) records where ({table.other_field}<>'S')
So everything must be redone...
Now I need to have
select * where ({table.other_field}<>'S')
and then insert val({table.field}) on already filtered data.
Should I insert SQL Expression field...
I am back. My fromula failing me.
Here is what records I have
000000030003 will give me 030003 instead of 30003
000000010010 will give me 010010 instead of 10010
000000123456 this is ok 123456
000000234300 this is ok 234300
I am using
if Mid({mytbl.myfield}, 8, 1) = '0' then...
I got it, Madawc
just for future if someone searching for this
if Mid({your.field}, 8, 1) = 0 then Right({your.field}, 4) else Right({your.field}, 5)
THANKS A LOT
Turkbear,
I will look into ToText too, never got it though:)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.