User Tools

Site Tools


xporter_hints

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

xporter_hints [2021/03/30 05:38] – created wolfgangriedmannxporter_hints [2021/03/30 05:42] (current) wolfgangriedmann
Line 12: Line 12:
 Please not that the VO XPorter will not touch your code between #ifdef and #endif statements Please not that the VO XPorter will not touch your code between #ifdef and #endif statements
   * special comment tags:   * special comment tags:
-// VXP-COM : comments the line when exporting it+<code>// VXP-COM : comments the line when exporting it
 // VXP-UNC : uncomments the line // VXP-UNC : uncomments the line
-// VXP-DEL : deletes the line contents+// VXP-DEL : deletes the line contents</code>
 If you add one of these special comments in your code, then you will be even able to change function arguments and return types on functions and methods. If you add one of these special comments in your code, then you will be even able to change function arguments and return types on functions and methods.
 <code visualfoxpro>function GetCodeblock( cCode as string ) as string pascal // VXP-DEL <code visualfoxpro>function GetCodeblock( cCode as string ) as string pascal // VXP-DEL
xporter_hints.txt · Last modified: 2021/03/30 05:42 by wolfgangriedmann