![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = blanks(a)
Generates a string of consecutive blank spaces.
Name | Description |
---|---|
a | Specifies the number of blank spaces to generate. a is an integer. |
Name | Description |
---|---|
c | Returns a string consisting of a consecutive blank spaces. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
A = size(blanks(6))
Helpful
Not Helpful