pad | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | padded,padding,pad |
Related | Glossary: variable, value, character |
Description | To add data to a value in order to come up to an even amount. For example, if a variable is supposed to hold 10 characters, but the actual data is only six characters, you can pad the variable by adding four spaces to the end to make it the right size. |
Tags | text processing |