summaryrefslogtreecommitdiff
path: root/opcodes/strcpyk.xml
blob: 6ccd0638253f043cecb21f348d18241d45540cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<refentry id="strcpyk">
<indexterm id="Indexstrcpyk"><primary>strcpyk</primary></indexterm>
  <refentryinfo><title>Strings:Manipulation</title></refentryinfo>
  <refmeta>
    <refentrytitle>strcpyk</refentrytitle>
  </refmeta>



  <refnamediv>
    <refname>strcpyk</refname>
    <refpurpose>
      Assign value to a string variable (k-rate)
          </refpurpose>
  </refnamediv>

  <refsect1>
    <title>Description</title>
    <para>
      Assign to a string variable by copying the source which may be a constant or another string variable. <emphasis>strcpyk</emphasis> does the assignment both at initialization and performance time.
    </para>
  </refsect1>

  <refsect1>
    <title>Syntax</title>
    <synopsis>Sdst <command>strcpyk</command> Ssrc</synopsis>
  </refsect1>
     
  <refsect1>
    <title>Examples</title>
    <para>
      Here is an example of the strcpyk opcode. It uses the file <ulink url="examples/strcpyk.csd"><citetitle>strcpyk.csd</citetitle></ulink>.
      <example>
        <title>Example of the strcpyk opcode.</title>
        <para>See the sections <link linkend="UsingRealTime"><citetitle>Real-time Audio</citetitle></link> and <link linkend="CommandFlags"><citetitle>Command Line Flags</citetitle></link> for more information on using command line flags.</para>
          <xi:include href="examples-xml/strcpyk.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
      </example>
    </para>
  </refsect1>

  <refsect1>
	  <title>See also</title>
	  <para><link linkend="strcpy"><citetitle>strcpy</citetitle></link></para>
  </refsect1>
  
  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: Istvan Varga</member>
        <member>2005</member>
      </simplelist>
    </para>
  </refsect1>
</refentry>