Search the Community
Showing results for tags 'property'.
-
The below functions are to write data to a configuration or property file and also read them back. BuildLocation:C:\Build BuildExe : setup.exe Release:r9.7 Silent:No InstallPath:default Compare :No MartUpgrade :Yes Bit:64 ERwinUpgrade:No License_File:150416-1952 Navigator (ca.com).lic You...
-
Hi, I have a property file format configuration file for our project. The sample file is as below. BuildLocation:C:\Build BuildExe:erwin Data Modeler r9.7 (64-bit)_2378.exe Release:r9.64.02 Silent:No InstallPath:default Compare :No MartUpgrade :Yes Bit:64 ERwinUpgrade:No License...
-
How to get the thrid number of a file version. Example: Let's say I have a file with below properties. I want only the third number like here it is 1941 as highlighted. Is there any built in function to get it??
-
Set property of an object passed as variable
water posted a topic in AutoIt General Help and Support
How can I set the value of a property by passing the property name as variable? Like: $sPropertyName = "Username" $oWord_Appl.Username = "Test" ; Works $iResult = Assign("oWord_Appl.Username", "Test", 4) ; Returns 0: unable to create/assign the variable $iResult = Assign("oWord_Appl." & sPropertyN...