A
Adriano Correa
Guest
We need to get information from our r-codes, like the deployment version, to test this information during de product update. This process updates about 30 thousand programs each time it is run, and there is no way to open each .r to look for a string inside. So, this idea sugests two implementations: 1. A possibility to input this custom string into the .r file. For example: proutil -C customstring "my string" programA.r programB.r programC.r programN.r 2. A possibility to easily read this custom string from the .r file with an ABL program. For example: rcode-info:file-name = "programA.r". display rcode-info:custom-string.
Continue reading...
Continue reading...