When creating Templates in VW, you can enter $Name$ in the comment. How can I insert a date, robot name, etc.?
XML
<?xml version="1.0" encoding="utf-8"?>
<Templates>
<Template DisplayName="src">
<File Name="$Name$" Extension=".src"><![CDATA[DEF $Name$ ( )
;FOLD TITLE
;***************************************************
;* .................... *
;* www...........ru *
;* *
;* *
;* *
;* *
;*=================================================*
;* Robottyp : ___________ *
;* SN Robot : ___________ *
;* SN Steuerung : ___________ *
;* Version : 0.0 *
;* Сlient : OOO"______" *
;* Сreator : ___________________ *
;* Date : xx.xx.200x *
;* Born in agony and convulsions in Samara *
;***************************************************
;ENDFOLD (TITLE)
;FOLD VARIABLES
;ENDFOLD (VARIABLES)
END
]]></File>
</Template>
</Templates>
Display More