
 To make your software support the StringServer, is to make your software 
send strings to it. For example, if your software is a text viewer, you 
could make it send the words/strings clicked on by the user to the 
StringServer. Your application should send the string using the VA_START 
message, which is constructed as follows;

 msg(0)	$4711 VA_START
 msg(1)	ID of the sender (your applications AES id)
 msg(2)	NULL
 msg(3)	High word of pointer to the string
 msg(4)	Low word of pointer to the string
 msg(5)..msg(7) Unused. Should be NULL.

 To obtain the AES ID of the StringServer, do a appl_find() with the 
name "STRNGSRV".

 In the future, StringServer will be using it's own set of AES messages to 
make more features available. Suggestions about this is also welcome.









