File2Body

Reads file and showing it as Bootstrap row, with ability to replace variables inside file with certain strings from caller.
File should already has all html tags if needed, otherwise, will be shown as block.
Needs function to read file into string (like ASCII2Read).
It also shows the file name in small (muted) text on bottom right of row.

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

FileName, ReplaceVarList

FileTermsofUse_URL = "/Assets/File.txt"
ReplaceVarList        = "{{$Site_URL$}} = " & Site_URL & vbcrlf
ReplaceVarList        = ReplaceVarList & "{{$SiteName$}} = " & SiteName & vbcrlf
PrnL File2Body(FileTermsofUse_URL, ReplaceVarList)

Views 879

Downloads 305

CodeID
DB ID