Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modify window screen title
Message
From
03/03/2004 10:41:51
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
03/03/2004 10:38:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00882725
Message ID:
00882726
Views:
15
>Hello,
>
>In the startup program I would like to add character code chr(169) which is the copyright symbol into my title.
>
>The code would look something like this:
>
>Modify Window Screen Title 'myprogram name copyright 2004' chr(169) 'mybusiness name'
>
>Is this possible?

To combine (concatenate) different texts, use the "+" operator:
Modify Window Screen Title 'myprogram name       copyright 2004' + chr(169) + 'mybusiness name'
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform