To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

ProvideX
Designed byMichael F. King
DeveloperSage Software Canada
First appeared1992; 31 years ago (1992)
Stable release
19.10 / September 15, 2022; 14 months ago (2022-09-15)
Typing disciplinestrong
OSWindows / Unix / Linux / Mac OS X
Filename extensions.pvx, .pvc, .pvk, .pvt
Websitehome.pvxplus.com
Dialects
PxPlus
Influenced by
Business Basic

ProvideX is a computer language and development environment derived from Business Basic (a business oriented derivative of BASIC) in the mid-1980s.

ProvideX is available on several operating systems (Unix/Linux/Windows/Mac OS X) and includes not only the programming language but also file system, presentation layer interface, and other components. The language is primarily designed for use in the development of business applications.

Over the years since its inception and as the computer industry has changed, ProvideX has added functionality such as a graphical interface, client-server capabilities, access to external databases, web services, and, more recently, object-oriented programming capabilities.

On October 8, 2010, PVX Plus Technologies announced that it has assumed all ongoing sales, development, and support of the ProvideX product line for Independent Software Vendors.[1] This brings the development of the language back under control of the original creator, Mike King and is the end result of almost 2 years of negotiations between Sage Group, EDIAS, and PVX Plus Technologies.[2]

YouTube Encyclopedic

  • 1/3
    Views:
    309 243
    4 392
    136 526
  • Sage Accounting Tutorial - Online Sage Training - #1 Nominal Ledger
  • Crane's CNC - Proximity Sensors / Homeing
  • How to Download & Install Windows 10 Technical Preview [Virtual Machine]

Transcription

Syntax

Example Code

! This example code shows some ways to do the traditional hello world.
!
begin
   print 'CS', ! Clear Screen
   ! Plain Text
   print "Hello World!"

   ! Fonted Text (Error branch moves to next line if fonted text not available)
   print (0,err=*next)'Font'("Arial,-16,B"), ! Use Bold 16pt Arial Font
   print (0,err=*next)'Text'(@x(20),@y(2),"Hello World"),

   ! Move to the 2nd to last line on screen
   print @(3,mxl(0)-2),"Press Enter: ",
   input a$

   ! Message Box
   msgbox "Hello World"+sep+sep+"This is a test message box.","Message Box"
end

Notes

References

  1. ^ PVX Plus Technologies, "Company Announcement", "The Plus", October 8, 2010
  2. ^ Tom Langelaar, News Archived 2013-01-22 at archive.today, EDIAS, October 8, 2010
  • "Company Overview". Sage Software Canada. Retrieved 2008-10-25.
  • "Company Facts". Sage Software Canada. Retrieved 2008-10-25.
  • "ProvideX/PVX Plus History". Mike King. Retrieved 2008-10-25.

External links


This page was last edited on 11 December 2022, at 11:01
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.