Array Browser utility
Array Browser utility is a development tool to view an array content in a Browse window. Useful in analyzing content of the arrays during development process.
It creates a cursor named BrowseArrayCursor with column names in following format: T_C[_L]
where,
T - Column type, 'V' if there are different types of values in the column
C - Column Number
L - Maximum length required to represent value in this column for the variable length field types
Usage:
DO browarr WITH Myarray * or browarr(@Myarray) * To see a list of arrays in a memory and invoke Array Browser from it DO FORM BrowArray
Download link http://www.berezniker.com/files/browarr.zip
Recent comments
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago
2 weeks 3 days ago
6 weeks 3 days ago
7 weeks 4 days ago
7 weeks 5 days ago
8 weeks 3 days ago