Home
Products
Community
Manuals
Contact
Login or Signup

BlitzPlus Manual

Special Forums/BlitzPlus Manual

BlitzPlus Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Command
Description
Posts
Last post
AbsUse this command to return the absolute value of a number; meaning its positive value...1Floyd (1+ years ago)
IncludeIncludes the contents of the specified ...2octothorpe (1+ years ago)
TrimThis function removes leading and trailing spaces from the specified string...2WolRon (1+ years ago)
ExecFileThe usefulness of this command is really mostly for calling some system level command, launching a browser, etc...3Andres (1+ years ago)
Cls...1Andres (1+ years ago)
DesktopBufferReturns a graphics buffer representing the desktop...3Andres (1+ years ago)
LineThis command draws a line, in the current drawing color, from one point on the screen to another (from the x,y to x1,y1 location)...0skidracer (1+ years ago)
CreateDirCreates a directory (file folder) at the destination specified...0skidracer (1+ years ago)
CreateComboBoxCreateComboBox creates a combobox gadget and returns its handle...1Andres (1+ years ago)
AppTitleAllows you to set the text in title bar of Notify, Confirm and Proceed requesters...1Andres (1+ years ago)
ReplaceThis command will allow you to replace characters within a string with another...1turtle1776 (1+ years ago)
CallDLLThe DLL is called with pointers to and sizes of bank memory...1turtle1776 (1+ years ago)
CloseTCPStreamOnce you've completed the use of your TCP/IP stream, close the connection you opened with OpenTCPStream with this command...1Beaker (1+ years ago)
ReadAvailIn the case of file streams, this reflects how much data is internally buffered...1Beaker (1+ years ago)
OpenTCPStreamUse this command to open up a TCP/IP stream to the designated server and port...1Beaker (1+ years ago)
TreeViewNodeTextReturns the text associated with a TreeViewNode...1NetGamer (1+ years ago)
MidUse this command to grab a set of characters from within a string...1DH (1+ years ago)
InsertI'm not sure the practical usage of this command, but basically, you can control where you INSERT the current TYPE object into the TYPE collection...1Jonathan Nguyen (1+ years ago)
TextAreaTextReturns the text contained in a textarea gadget...1WolRon (1+ years ago)
TextAreaTextReturns the text contained in a textarea gadget...1WolRon (1+ years ago)
CreateTabberCreateTabber creates a tabber gadget and returns its handle...1WolRon (1+ years ago)
CreateTreeViewCreateTreeView creates a treeview gadget and returns its handle...1mag. (1+ years ago)
CreatePanelCreatePanel creates a panel gadget and returns a handle to it...2WolRon (1+ years ago)
ModBasically, this will divide your number as many times as possible by the divisor, then return you the remaining amount...2Rob Farley (1+ years ago)
PrintWrites a string to the console, and starts a new line...1alfi (1+ years ago)