Click here to Skip to main content
15,886,063 members
Articles / Programming Languages / Visual Basic

Create String Variable from Text File Source

Rate me:
Please Sign up or sign in to vote.
4.74/5 (12 votes)
2 Jun 20042 min read 88.4K   1.1K   20  
A utility to consume a text file and produce a code snippet concatenating the contents in a string variable.. and more!
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringCreator", "StringCreator.csproj", "{1BD99C17-DF18-4459-B8F5-03752BD5BAF3}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "String Creator Setup", "..\String Creator Setup\String Creator Setup\String Creator Setup.vdproj", "{21A6253D-335A-44CA-9D01-AA1CDB031BA0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccProjectName0 = \u0022$/StringCreator.root/StringCreator\u0022,\u0020ZGBAAAAA
		SccLocalPath0 = ..
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection0 = StringCreator\\
		SolutionUniqueID = {9F3DC9F0-8AA6-415E-BDA3-E86B9787E323}
		SccProjectUniqueName1 = ..\\String\u0020Creator\u0020Setup\\String\u0020Creator\u0020Setup\\String\u0020Creator\u0020Setup.vdproj
		SccLocalPath1 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection1 = String\u0020Creator\u0020Setup\\String\u0020Creator\u0020Setup\\
		SccProjectUniqueName2 = StringCreator.csproj
		SccLocalPath2 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection2 = StringCreator\\
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{1BD99C17-DF18-4459-B8F5-03752BD5BAF3}.Debug.ActiveCfg = Debug|.NET
		{1BD99C17-DF18-4459-B8F5-03752BD5BAF3}.Debug.Build.0 = Debug|.NET
		{1BD99C17-DF18-4459-B8F5-03752BD5BAF3}.Release.ActiveCfg = Release|.NET
		{1BD99C17-DF18-4459-B8F5-03752BD5BAF3}.Release.Build.0 = Release|.NET
		{21A6253D-335A-44CA-9D01-AA1CDB031BA0}.Debug.ActiveCfg = Debug
		{21A6253D-335A-44CA-9D01-AA1CDB031BA0}.Release.ActiveCfg = Release
		{21A6253D-335A-44CA-9D01-AA1CDB031BA0}.Release.Build.0 = Release
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		article.htm = article.htm
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions