I have a number stored in a variable 'value' and i want to replace that number stored in a variable with the number in a line in the file programmatically. The line in the file something looks like below.
#define VERSION_SVNREV 8731
|
I have a number stored in a variable 'value' and i want to replace that number stored in a variable with the number in a line in the file programmatically. The line in the file something looks like below.
|
||||
VERSION_SVNREV = 8731and use the name. – User Jan 30 at 13:22