Alambik Club Here you can view your subscribed threads, work with private messages and edit your profile and preferences Registration is free! Search Home Logout  
Alambik Club : Powered by vBulletin version 2.2.5 Alambik Club > Alambik > Alambik Script help > Get information into Alambik editor to debug your script
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
Alambik Script Team
Alambik Staff

Registered: Feb 2002
Location:
Posts: 15

Get information into Alambik editor to debug your script

/*
* Debug your code
*
* Copyright (C) 2004, Alambik Ltd. all rights reserved.
* http://www.alambik.com
*
* This code and information is provided "AS IS" without warranty of
* any kind, either expressed or implied, including but not limited to
* the implied warranties of merchantability and/or fitness for a
* particular purpose.
*
* Description:
*
* The file detect explain how to get variable value to debug script
*
*/

screen.resolution.set(320,240)

// $String = No limit
// !Float = 1.17494351e-38 to 1.175494351e38
$abc = "easy"
!as = 123

// There is a Text.debug instruction you can write into Alambik editor all variable your want and while script is running
text.debug ($abc)

//There the same thing with number and number.debug instruction
number.debug (!as)

keyboard.wait()
script.stop ()

Report this post to a moderator | IP: Logged

Old Post September 10th, 2004 03:03 PM
Alambik Script Team is offline Click Here to See the Profile for Alambik Script Team Click here to Send Alambik Script Team a Private Message Visit Alambik Script Team's homepage! Find more posts by Alambik Script Team Add Alambik Script Team to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 01:39 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 

< Contact Us - Alambik Club >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.