[LOGic] Program Help!

Roland Guidry na5q at w5ddl.org
Tue Mar 14 08:58:47 EST 2006


GM Bill,

No! In my log I enter the PWR that I transmit at. I would like to print that
number on my QSL cards. Sometimes I operate at 5 watts, sometimes at 100 or
higher.

I am trying to print the power figure on my qsl cards preceded with the word
"Power:" 

I have tried converting the PWR field with expression STR() and Transform()
to no avail. I always get Power: 5

Any help would be appreciated.

Roland

-----Original Message-----
From: Bill K1UQ [mailto:k1uq at comcast.net] 
Sent: Monday, March 13, 2006 7:47 PM
To: 'Roland Guidry'
Subject: RE: [LOGic] Program Help!

Are you asking how do you convert the numeric value "5" to the word "Five"?

Bill K1UQ

-----Original Message-----
From: logic-bounces at mailman.qth.net [mailto:logic-bounces at mailman.qth.net]
On Behalf Of Roland Guidry
Sent: Monday, March 13, 2006 7:11 PM
To: logic at mailman.qth.net; 'Roland J. Guidry'
Subject: RE: [LOGic] Program Help!

 
That does not work. I made an error in my email. I should have said STR
instead of CHR. In any case. I get 

Power: 5

Whenever I use Xavier's expression. Anyone know what is going on here. How
do I convert Numeric to Character for the Field: PWR

Roland


-----Original Message-----
From: Xavier & familia [mailto:xavier_bhk at telefonica.net]
Sent: Monday, March 13, 2006 1:50 PM
To: logic at mailman.qth.net; Roland J. Guidry
Subject: Re: [LOGic] Program Help!

'Power: ' + STR(Log.PWR) 
 
must work, and better
 
'Power: ' + ALLTRIM( STR(Log.PWR) )
 
will 'kill' all blank spaces
 
 
73 de Xavier, EA3BHK
 
-------Mensaje original------- 
 
De: Roland J. Guidry
Fecha: 03/13/06 20:41:12
Para: logic at mailman.qth.net
Asunto: [LOGic] Program Help! 
 
I am working on a new QSL card to print in Logic 8. I would like to print my

station info. and the transmit power I enter in my log. 
 
I have tried writing an expression of: 'Power: ' + Log.PWR, but that didn't
work, so I tried 'Power: ' + CHR(Log.PWR) and got: 
 
Power: 5 
 
Can anyone help me come up with the command to convert the log pwr data from

numerical to characters so I can use it in the expression above. "Help" did
not help me with this problem. 
 
Thanks, 
 
Roland, NA5Q 
 
 
 
The electronic transmission (and/or the attachments accompanying it) may
contain confidential information belonging to the sender, which is intended
only for the use of the individual or entity named above. If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or the taking of any action in reliance on the contents of
this information is strictly prohibited. If you have received this
transmission in error, please contact the sender immediately and delete this
(and/or any attachements) from your computer. 
_______________________________________________
LOGic mailing list
LOGic at mailman.qth.net
http://mailman.qth.net/mailman/listinfo/logic

_______________________________________________
LOGic mailing list
LOGic at mailman.qth.net
http://mailman.qth.net/mailman/listinfo/logic



More information about the LOGic mailing list