This handler is part of the lib_Text library. You can find the function on github ![]()
Handler: kwote (someText, pQuoteChar) OS: all Platforms: all Type: function
This handler simply surreouns any string in quotes. Optionally you can specify an alternate character (like single-quotes) to wrapt the text in.
# Where
File: lib_Text.livecodescript Hkey: F kwote Kind: libraries Path: libraries/lib_Text.livecodescript Project: lcw Script: stack "lib_Text"
# Code
function kwote someText, pQuoteChar if pQuoteChar is empty then put quote into pQuoteChar return pQuoteChar & someText & pQuoteChar end kwote
# Calls There are no calls for this handler.
# Tags kwote
# Todo
- [ ] Next thing
# Depends Here is a list of stacks containing dependencies upon which this handler depends: -
# See also - Fedwiki Tools