Page 1 of 1 1
Topic Options
#182694 - 2007-11-15 10:18 AM Learning and Example Scripts
AK2007 Offline
Lurker

Registered: 2007-11-08
Posts: 1
Loc: India
HI,

I have installed the latest KiXtart software. Need to know how should I strat learning the scripting? Is there any study material where I'll get the basic commands of KiXstart?
Please help.

Thanks & Regards

Top
#182696 - 2007-11-15 10:23 AM Re: Welcome to the Learning and Example Scripts Forum [Re: AK2007]
Mart Moderator Offline
KiX Supporter
*****

Registered: 2002-03-27
Posts: 4672
Loc: The Netherlands
This book will help.

Start To Finish Guide To Scripting With Kixtart

Also the manual provides examples with each command/function.
The best way to learn is just start scripting and search this board for stuff you need.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.

Top
#182714 - 2007-11-15 07:55 PM Re: Learning and Example Scripts [Re: AK2007]
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
Maybe short script to get you started:
 Code:
;This is to prevent your computer to log off when using kix32.exe
Break On
;Dimension variable to catch return codes that you just want to discard
Dim $RC
;After setting the Option Explicit to On, you must declare all used variables
$ = SetOption("Explicit","On")
;These lines just shows some text
'Hello World'
? "Question Mark will make you go to a new line"
? 'You can concatenate "double quotes" in simple quotes'
? 'Press any key to continue'
Get $RC ;Get catches one keypress, but I just us it to pause the script

This is the screen output:
 Code:
Hello World
Question Mark will make you go to a new line
You can concatenate "double quotes" in simple quotes
Press any key to continue

The kix2010.doc that goes with every package is also very usefull!!

Top
Page 1 of 1 1


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
2 registered (morganw, mole) and 414 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.049 seconds in which 0.021 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org