Skip to content
Charly edited this page Feb 17, 2022 · 3 revisions

mh_PathUrl()

mh_PathUrl() ➜ cUrl

Return path relative from url htdocs.

Code example | Demo

mh_PathBase()

mh_PathBase() ➜ cPathBase

Return path base from url.

Code example | Demo

mh_GetUri()

mh_GetUri() ➜ cUrl

Return uri.

Code example | Demo

mh_ObjToChar()

mh_ObjToChar( o ) ➜ cObject

Return object as string.

Code example | Demo

mh_ValToChar()

mh_ValToChar( uValue ) ➜ cValue

Return any value as string.

Code example | Demo

mh_ModBuildDate()

mh_ModBuildDate( uValue ) ➜ cDate

Return date of mod compilation as string.

Code example | Demo

mh_ModName()

mh_ModName() ➜ cModName

Return mod name as string.

Code example | Demo

mh_ModVersion()

mh_ModVersion() ➜ cModVersion

Return mod version as string.

Code example | Demo

mh_LoadFile()

mh_LoadFile( cFile ) 

Load file to source code. Only load one time the same file, avoiding redefinitions. Files are relative to prg path

Code example | Demo

mh_Include()

mh_Include( cFile ) 

Similar to mh_LoadFile(), but files are relative to htdocs path

Clone this wiki locally