where i can found information about used of "text into..."?
where i can found information about used of "text into..."?
#xcommand TEXT INTO <v> => #pragma __cstream|<v>:=%s
#xcommand TEXT INTO <v> ADDITIVE => #pragma __cstream|<v>+=%s
#xcommand TEXT TO VAR <var> => #pragma __stream|<var>:=%s
#xcommand ENDTEXT => #pragma __endtext
TEXT INTO cXml
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
 <soap12:Body>
  <SaveGB xmlns="http://tempuri.org/">
   <key>KEY</key>
   <xml>string</xml>
   <herkunft>HERKUNFT</herkunft>
  </SaveGB>
 </soap12:Body>
</soap12:Envelope> Â Â //ENDTEXT
ENDTEXT
? cXml