Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Array Browser
Sergey Berezniker
This is a development tool that allows to view an array in the Browse window. Usefull in analyzing contents of the multi-row or multi-column arrays during development process.
Created on
22 years ago
Downloads
3834
File type
Freeware
Rating
4.40/5.00
General information
Rating:
4.40/5.00 (5 rates) Rate this item
Description
It creates a cursor named BrowseArrayCursor with column names in following format: T_C[_L] 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) DO FORM BrowArray ----- June 22 2009 - Added handling for Varbinary/Blob data types. They both show up as (Blob)
Created by
Sergey Berezniker
Sergey Berezniker has extensive experience in designing database applications using MS SQL Server, Java and Visual FoxPro .

Comments
I use this a lot. Very handy for checking what those pesky arrays actually contain. Mark Young, April 22, 2002

Thanks Sergey...works great! Albert Gostick, March 28, 2008

What a great idea, Sergey. Thank you Grady McCue, June 22, 2009

Thanks Sergey... Ali Altun, June 23, 2009

Add a comment