Lasso Soft Inc. > Home

[ tie->asString ]

Method

Outputs the [Tie] object as a string with each item concatenated using a comma.

  • Syntax
tie->asString( )
Examples
  • Beginner

Output tie as string

Calling the ->asString method converts the tie object to a string object so it can be output.

Code

local( myTie = tie( array( 1, 2, 3, 4, 5 ), list( 6, 7, 8, 9, 10 ) );
#myTie->asString( );

Result

1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft