Appends the specified data to the end of the bytes instance. Requires one parameter, which is the data to append.
Bytes Variable->Append(Bytes Value)
Bytes Variable->Append(String Value)
Use the [Bytes->Append] method. The following example adds the string 'This is the end' at the end of the bytes data. The bytes instance is modified, but no data is returned in the example.
Code
local(bytesvar = bytes('This is the beginning, '))
#bytesvar->append('This is the end')
#bytesvar
Result
This is the beginning, This is the end
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments