Forum Discussion

will_fetherolf's avatar
will_fetherolf
Contributor
8 years ago

Resolving Unqualified Functions

Environment: TC12.20, Win10, scripts in DelphiScript

 

I'm currently going through an effort to future-proof my scripts by removing calls to obsolete functionality noted by the documentation. All my the scripts I'm working on were previously written in TC8 or earlier versions.  Now, I've discovered functions like FloatToStr, which is supported by both aqConvert and Utilities.  The entire Utilities library has been marked as obsolete (as far as I can tell).  The script is calling this function without qualifying which library to use.

 

Which library will be called, aqConvert or Utilities? 

 

Thanks for your help,

Will

3 Replies