handler_Bullets[]

This getprop is part of the lib_HkeyHelp library. Browse related handlers using the tags: handler, bullets, and find the getprop here on github

Handler: handler_Bullets withPrivate OS: all Platforms: all Type: getprop

# Todo Things we need to look into...

# Where

File: lib_HkeyHelp.livecodescript Hkey: G handler_Bullets Path: libraries/lib_HkeyHelp.livecodescript Project: lcw_Help Script: stack "lib_HkeyHelp" Type: library

# Code

getprop handler_Bullets [withPrivate] put the long id of the target into hObject put the revAvailableHandlers of hObject into hTable repeat for each line hTableLine in hTable put word 1 of hTableLine into hType put word 2 of hTableLine into hName switch case withPrivate is true put "- " & hName & "" & CR after markdownIndex break case char 1 of hType = "P" case char 1 of hName = "_" next repeat default put "- " & hName & "" & CR after markdownIndex end switch end repeat delete char -1 of markdownIndex return markdownIndex end handler_Bullets

# Calls There are no calls for this handler.

# Depends Here is a list of stacks containing dependencies upon which this handler depends: -

# See also - Fedwiki Tools