Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
Trouble with DelSpace1 (Solved)
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Grid of images from datas...
by
runs
[
Today
at 01:31:06 am]
Modern UI in Lazarus
by
azismcgr
[
Today
at 01:27:34 am]
Cannot read excel 2 file
by
wp
[
Today
at 01:02:21 am]
Desactivar mensaje en err...
by
daragor
[
Today
at 12:43:18 am]
CheckComboBox Item Width
by
Joanna
[March 23, 2023, 10:52:23 pm]
An ASCII logo for Pascal ...
by
Fred vS
[March 23, 2023, 10:47:15 pm]
Are Tstreams always bette...
by
Warfley
[March 23, 2023, 10:31:54 pm]
Error: This kind of prope...
by
maicounir
[March 23, 2023, 10:20:31 pm]
SQLite - DBGrid - text fi...
by
Hemptwister
[March 23, 2023, 10:15:14 pm]
QT5 PageControl Tab sizes
by
TheMouseAUS
[March 23, 2023, 09:53:52 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Trouble with DelSpace1 (Solved) (Read 1025 times)
bytebites
Hero Member
Posts: 546
Re: Trouble with DelSpace1
«
Reply #15 on:
December 09, 2022, 07:55:18 am »
Code: Pascal
[Select]
[+]
[-]
writeln
(
RemoveControlCharsDoubleSpacesTrimInsideParentheses
(
'*M1'
#
$0D
#
$0A
#
$0D
#
$0A
' uses ... controls;'
#
$0D
#
$0A
#
$0D
#
$0A
' protected procedure TControlBorderSpacing.Change( InnerSpaceChanged: Boolean); virtual;'
#
$0D
#
$0A
)
)
;
Yields:
*M1 uses ... controls; protected procedure TControlBorderSpacing.Change(InnerSpaceChanged: Boolean); virtual;
Logged
JLWest
Hero Member
Posts: 1278
Re: Trouble with DelSpace1
«
Reply #16 on:
December 09, 2022, 08:56:11 am »
No they still have double Spaces. Willing to build and post a Demo but will take a couple of days.
Code: Pascal
[Select]
[+]
[-]
sSTR
:
=
Trim
(
ASTR
)
;
S
:
=
RemoveControlCharsDoubleSpacesTrimInsideParentheses
(
sSTR
)
;
S
=
$00000000000DC3B8
^
:
'*M1 uses ... controls; protected procedure TControlBorderSpacing.Change( InnerSpaceChanged: Boolean); virtual; Arguments: InnerSpaceChanged currently ignored (distinction no more required).'
«
Last Edit: December 09, 2022, 08:58:53 am by JLWest
»
Logged
FPC 3.2.0, Lazarus IDE v2.0.4
Windows 10 Pro 32-GB
Intel i7 770K CPU 4.2GHz 32702MB Ram
GeForce GTX 1080 Graphics - 8 Gig
4.1 TB
bytebites
Hero Member
Posts: 546
Re: Trouble with DelSpace1
«
Reply #17 on:
December 09, 2022, 09:27:57 am »
Code: Pascal
[Select]
[+]
[-]
for
c
in
sSTR
do
write
(
ord
(
c
)
)
;
What does this show?
Logged
jamie
Hero Member
Posts: 5165
Re: Trouble with DelSpace1
«
Reply #18 on:
December 09, 2022, 03:53:26 pm »
Have you tried using Tab2Space function first on the string?
Logged
The only true wisdom is knowing you know nothing
JLWest
Hero Member
Posts: 1278
Re: Trouble with DelSpace1
«
Reply #19 on:
December 09, 2022, 04:55:21 pm »
@bytebites I'll try it.
@Jamie Yes I did Tab2Space. I also tried:
S:=StringReplace(sCopy,' ',' ',[ rfReplaceAll, rfIgnoreCase]x) ;
Logged
FPC 3.2.0, Lazarus IDE v2.0.4
Windows 10 Pro 32-GB
Intel i7 770K CPU 4.2GHz 32702MB Ram
GeForce GTX 1080 Graphics - 8 Gig
4.1 TB
JLWest
Hero Member
Posts: 1278
Re: Trouble with DelSpace1
«
Reply #20 on:
December 09, 2022, 05:03:45 pm »
That Worked. I don't understand how.
Thanks
Code: Pascal
[Select]
[+]
[-]
S
=
'*M1 uses ... controls; public property TCustomControl.Canvas: TCanvas read FCanvas write FCanvas; See: TCanvas TCanvas represents a drawing surface which might be attached to a visual control which might be displayed on the screen or to an offscreen bitmap. It contains a number of drawing functions.'
Logged
FPC 3.2.0, Lazarus IDE v2.0.4
Windows 10 Pro 32-GB
Intel i7 770K CPU 4.2GHz 32702MB Ram
GeForce GTX 1080 Graphics - 8 Gig
4.1 TB
JLWest
Hero Member
Posts: 1278
Re: Trouble with DelSpace1
«
Reply #21 on:
December 09, 2022, 05:10:12 pm »
@bitebites It works but I'm getting sn error. Something about not able to open the file.
Logged
FPC 3.2.0, Lazarus IDE v2.0.4
Windows 10 Pro 32-GB
Intel i7 770K CPU 4.2GHz 32702MB Ram
GeForce GTX 1080 Graphics - 8 Gig
4.1 TB
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
Trouble with DelSpace1 (Solved)
TinyPortal
© 2005-2018