Skip to content

Construct & Model complex Visual Foxpro Objects* adding properties, arrays and collections the easy way.

Notifications You must be signed in to change notification settings

Irwin1985/underscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

"underscore" _()

Construct & Model complex Visual Foxpro Objects* adding properties, arrays and collections the easy way.

Just make _.prg available in your search path and start using it. Check and run _test.prg.

Usage:

with _( object , [ cNewPropertyName ] ) 

	.property1 = any valid vfp expression

	.property2 = any valid vfp expression

	with _( .<newObjectPropertyName> [,cNewpropertyName] )

	endwith

	 .myCollection = .newCollection( [Item1,Item2,... Item20 ]) 

	 .myList = .newList( [ Item1,Item2,... Item20 ] )

	 .additems( "< collection/array name >" , item1,item2,.. item20 )

	 with .newItemFor("< collection/array name >" [, collectionItemkey] )

		.itemproperty1 = value

		.itemproperty2 = value 

	 endwith

endwith

About

Construct & Model complex Visual Foxpro Objects* adding properties, arrays and collections the easy way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages