| IBasicNoUISetMacroStale Method | 
      Set the macro/module cached source as stale.
	  This removes the cached source from consideration forcing the source code to be read again.
    
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll) 
 Syntax
Syntaxvoid SetMacroStale(
	string fileName
)
Sub SetMacroStale ( 
	fileName As String
)
void SetMacroStale(
	String^ fileName
)
Parameters
- fileName  String
- 
	  Set this macro/module cached source as stale.
      If this is a null string, set stale for all cached source.
	
 Remarks
Remarks
      This removes the cached source from consideration forcing the source code to be read again.
    
 See Also
See Also