I am looking for a solution to find maximum and minimum numbers stored in a local/global macro. For example, I define a local as follows:
Code:
local x 1 2 3 4 5 9
Code:
local y = max(`x')
Best
Amit
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
local x 1 2 3 4 5 9
local y = max(`x')
0 Response to Finding max and min of a numbers' list stored in macro
Post a Comment