Normal Topic Printstring (Read 485 times)
dman
Member
*
Offline


A Complete Dummy

Posts: 19
Joined: Feb 18th, 2004
Printstring
Mar 11th, 2004 at 3:13am
Print Post Print Post  
How would one go about formatting the printstring command to print in uppercase?
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Printstring
Reply #1 - Mar 11th, 2004 at 3:02pm
Print Post Print Post  
To print the data that is in the String variable vData in upper case you would use the ToUpper Function.

ex.
PrintString(ToUpper(vData),-1,-1,0, "Arial", 15, 0)
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
dman
Member
*
Offline


A Complete Dummy

Posts: 19
Joined: Feb 18th, 2004
Re: Printstring
Reply #2 - Mar 11th, 2004 at 8:13pm
Print Post Print Post  
Thanks! I'm learning this stuff slowly but surely. Smiley
  
Back to top
 
IP Logged