dbTalk Databases Forums  

writetoclipboard truncate last digit

comp.databases.paradox comp.databases.paradox


Discuss writetoclipboard truncate last digit in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
marco
 
Posts: n/a

Default Re: writetoclipboard truncate last digit - 05-27-2008 , 04:54 PM






|-| /-\ |_ ()7 [°¿°] wrote:
Quote:
Hi!
Yes, I see the same problem. With this code:
var
s string
endvar
s="123"
msginfo(1,s) ;==> 123
s.writetoclipboard()
s.readFromClipboard()
msginfo(2,s) ;==> 12


But, if you can change s string by s memo the problem is deleted.
Pas exactement.

-------------------------
s memo
endvar
....
writetoclipboard(string(self))

-------------------------
does not work but
-------------------------
s memo
endvar
....
s=self
writetoclipboard(s)
-------------------------

works. Weird but it works

merci beaucoup

marco





Quote:
@-salutations

Reply With Quote
  #12  
Old   
marco
 
Posts: n/a

Default Re: writetoclipboard truncate last digit - 05-27-2008 , 04:54 PM






|-| /-\ |_ ()7 [°¿°] wrote:
Quote:
Hi!
Yes, I see the same problem. With this code:
var
s string
endvar
s="123"
msginfo(1,s) ;==> 123
s.writetoclipboard()
s.readFromClipboard()
msginfo(2,s) ;==> 12


But, if you can change s string by s memo the problem is deleted.
Pas exactement.

-------------------------
s memo
endvar
....
writetoclipboard(string(self))

-------------------------
does not work but
-------------------------
s memo
endvar
....
s=self
writetoclipboard(s)
-------------------------

works. Weird but it works

merci beaucoup

marco





Quote:
@-salutations

Reply With Quote
  #13  
Old   
marco
 
Posts: n/a

Default Re: writetoclipboard truncate last digit - 05-27-2008 , 04:54 PM



|-| /-\ |_ ()7 [°¿°] wrote:
Quote:
Hi!
Yes, I see the same problem. With this code:
var
s string
endvar
s="123"
msginfo(1,s) ;==> 123
s.writetoclipboard()
s.readFromClipboard()
msginfo(2,s) ;==> 12


But, if you can change s string by s memo the problem is deleted.
Pas exactement.

-------------------------
s memo
endvar
....
writetoclipboard(string(self))

-------------------------
does not work but
-------------------------
s memo
endvar
....
s=self
writetoclipboard(s)
-------------------------

works. Weird but it works

merci beaucoup

marco





Quote:
@-salutations

Reply With Quote
  #14  
Old   
marco
 
Posts: n/a

Default Re: writetoclipboard truncate last digit - 05-27-2008 , 04:54 PM



|-| /-\ |_ ()7 [°¿°] wrote:
Quote:
Hi!
Yes, I see the same problem. With this code:
var
s string
endvar
s="123"
msginfo(1,s) ;==> 123
s.writetoclipboard()
s.readFromClipboard()
msginfo(2,s) ;==> 12


But, if you can change s string by s memo the problem is deleted.
Pas exactement.

-------------------------
s memo
endvar
....
writetoclipboard(string(self))

-------------------------
does not work but
-------------------------
s memo
endvar
....
s=self
writetoclipboard(s)
-------------------------

works. Weird but it works

merci beaucoup

marco





Quote:
@-salutations

Reply With Quote
  #15  
Old   
marco
 
Posts: n/a

Default Re: writetoclipboard truncate last digit - 05-27-2008 , 04:54 PM



|-| /-\ |_ ()7 [°¿°] wrote:
Quote:
Hi!
Yes, I see the same problem. With this code:
var
s string
endvar
s="123"
msginfo(1,s) ;==> 123
s.writetoclipboard()
s.readFromClipboard()
msginfo(2,s) ;==> 12


But, if you can change s string by s memo the problem is deleted.
Pas exactement.

-------------------------
s memo
endvar
....
writetoclipboard(string(self))

-------------------------
does not work but
-------------------------
s memo
endvar
....
s=self
writetoclipboard(s)
-------------------------

works. Weird but it works

merci beaucoup

marco





Quote:
@-salutations

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.