Reply to comment

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

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <java>, <powershell>, <tsql>, <visualfoxpro>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.