Hello,
i'm trying to write the Value of the Attribute #VersionName to a Textfile in Object-Folder
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
In the Textfile upd only the AttributeName is written.
How can i write the Value (0.48) of #VersionName into the Textfile upd?
			
			i'm trying to write the Value of the Attribute #VersionName to a Textfile in Object-Folder
			
				B4X:
			
		
		
		#Region  Project Attributes
    #VersionName: 0.48
#End Region
#CustomBuildAction: 4, c:\windows\system32\cmd.exe,/c echo #VersionName >upd
	In the Textfile upd only the AttributeName is written.
How can i write the Value (0.48) of #VersionName into the Textfile upd?
			
				Last edited: