#include using namespace Upp; CONSOLE_APP_MAIN { Index x = GetLngSet(); for(int i = 0; i < x.GetCount(); i++) DDUMP(LNGAsText(x[i])); }