|
This function is used to convert a character string into lower-case letters. |
||||||
Syntax: |
|||||||
{STR_VAR}= strlower({STR_EXPR}) | |||||||
I/O parameters:
|
|||||||
Return value: |
|||||||
|
|||||||
Example: |
|||||||
Declaration of Variables | |||||||
10 ask(DOCU_STRING_1,"Enter a word!") 20 DOCU_STRING_2 = strlower(DOCU_STRING_1) 30 put(strcat(DOCU_STRING_1,"=>",DOcU_STRING_2)) |
|||||||
Result: | |||||||
![]() |
|||||||
![]() |
Functions and commands: Editing Strings |