Meta Project

The Unofficial Meta Documentation

COUNT

Summary

COUNT function that returns the length of a STRING! value

Category

Categoryname

Usage

COUNT value

Arguments

value - A STRING! type or a variable holding a STRING! ty[e

Refinements

This method has no refinements

Description

COUNT This function returns the length of a STRING! value

Example Code

Str: "Meta programming is fun!"
write "String Str contains " write count Str write/line " characters."

Related

STRING!  
FIND  
SKIP  
WRITE  
BACK  
ADVANCE  
AT-TAIL  
AT-LAST  

Back to the Meta Methods Reference index