GetSuperFileSubCount.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="GetSuperFileSubCount">
  5. <title>GetSuperFileSubCount</title>
  6. <para><emphasis role="bold">STD.File.GetSuperFileSubCount<indexterm>
  7. <primary>STD.File.GetSuperFileSubCount</primary>
  8. </indexterm><indexterm>
  9. <primary>File.GetSuperFileSubCount</primary>
  10. </indexterm><indexterm>
  11. <primary>GetSuperFileSubCount</primary>
  12. </indexterm>(</emphasis> <emphasis> superfile </emphasis> <emphasis
  13. role="bold">)</emphasis></para>
  14. <informaltable colsep="1" frame="all" rowsep="1">
  15. <tgroup cols="2">
  16. <colspec colwidth="80.50pt" />
  17. <colspec />
  18. <tbody>
  19. <row>
  20. <entry><emphasis>superfile</emphasis></entry>
  21. <entry>A null-terminated string containing the logical name of the
  22. superfile.</entry>
  23. </row>
  24. <row>
  25. <entry>Return:<emphasis> </emphasis></entry>
  26. <entry>GetSuperFileSubCount returns an INTEGER4 value.</entry>
  27. </row>
  28. </tbody>
  29. </tgroup>
  30. </informaltable>
  31. <para>The <emphasis role="bold">GetSuperFileSubCount </emphasis>function
  32. returns the number of sub-files comprising the
  33. <emphasis>superfile</emphasis>.</para>
  34. <para>This function is not included in a superfile transaction.</para>
  35. <para>Example:</para>
  36. <programlisting format="linespecific">A := STD.File.GetSuperFileSubCount('~CLASS::RT::IN::SF1');</programlisting>
  37. </sect1>