Re: [staf-users] Two questions: STAFMapClassDefinition and line length

2009-05-12 Thread Sharon Lucas
STAFHandle::wrapData(directory) + " LONG DETAILS"); if (res->rc == kSTAFOk) { cout << res->resultContext->asFormattedString() << endl; } else { cout << "FS LIST DIRECTORY failed with RC=" << res->rc

[staf-users] Two questions: STAFMapClassDefinition and line length

2009-05-12 Thread jander...@talentex.co.uk
I have a couple of questions - the first is about returning formatted lists: At the moment I return a list of objects to the user by calling STAFMapClassDefinition::create() and addKey(), which is very convenient. Is it possible to do it on the fly? I want to be able to receive a format string