Function Scan Generates Different Results in Agile EDM 6.2.0
(Doc ID 2127975.1)
Last updated on FEBRUARY 23, 2019
Applies to:
Oracle Agile Engineering Data Management - Version 6.2.0.0 and laterInformation in this document applies to any platform.
Symptoms
On Applications Agile 6.2.0
Find the following two different behaviors of the function scan.
- When parsing a string for integers - e.g. "10.12.2015" as "%i.%i.%i", the function scans for floating point numbers. This means, the first parsed number is "10.12" so that INT01 is "10", and the second parsed number is "2015", so that INT02 is "2015"
- When parsing a string for integers, the result is different than it was in former versions. (e.g: cnt=scan(string,"%i",integer) will generate value 1 instead of 0)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |