On Wed, 04 Mar 2009, Mindaugas Kavaliauskas wrote:

Hi,

> is there a way to define -km switch inside source code? Ex.
>   #pragma -km
> or we have some restrictions on dynamic -km flag switching inside source 
> and this could not be implemented.

   proc main()
      memvar var
      private var := "{Hello}"
      ? "This is &var.text"
      #pragma -kM+
      ? "This is &var.text"
      #pragma -kM-
      ? "This is &var.text"
   return

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to