Per l'Aiuto in ITALIANO, clicca qui. For Windows XP, Vista, Windows 7, Windows 8 Pro (desktop environment), 10 or compatible. Also compatible with Linux Debian and other distro (Ubuntu, Mint) with Wine support. |
|
! = Comments
Ex: ! This is a comment. aWriter will ignore this line.
\s\ = A Space
Ex (2 spaces): Hello Peter! \s\\s\ How are You?
Result: Hello Peter! How are You?
\b\ = New Line
Ex Hello Peter!\b\How are You?
Result: Hello Peter! How are You?
\v = Variables
Ex: \v Friend1 = Emily \v Friend2 = Jack
My friend \Friend1\ and my friend \Friend2\
Result: My friend Emily and my friend Jack
Note: It is case sensitive. Variable Friend1 is differtent than variable friend1.
\v = Variables Random
Ex: \v Friends = Emily|Jack
My friend \Friends\
Result: My friend Emily or My friend Jack
Note: It is case sensitive. Variable Friend1 is differtent than variable friend1.
4 Space = A Random Line
Ex: I and my friend Emily Jack Peter
Result: I and my friend Emily or I and my friend Peter or I and my friend Jack (It is random)
{...|...} = A Random Word in Sentence
Ex: Today is a {beautiful|fantastic|wonderful} day.
Result: Today is a beautiful day. or Today is a fantastic day. or Today is a wonderful day. (It is random)
\i N \ = Item Number_Frame
Extracts the content from a random line.
Ex:
!1 I and my friend Emily Jack Peter
!2 You and Your friend Ros Jack Peter
I and my friend \i1\
Result: I and my Friend Emily or I and my Friend Jack or I and my Friend Peter
You and Your friend \i2\
Result: You and Your Friend Ros or You and Your Friend Jack or You and Your Friend Peter
\date\ = Show Date
Ex: Today is \date\
Result: Today is 26-03-2020
\time\ = Show Time
Ex: It is \time\
Result: It is 10.22
\msg\ = Show a message
Ex: \msg\ End the script.
\inp\ = For insert a text
Ex: \inp\ 0 _ What is your name? _ Name \inp\ 1 _ What is your name? _ SurName
Your name is \Name\ Your surname is \SurName\
Note: It is case sensitive. Variable Name is differtent than variable name.
\end\ = Close the Window Preview
Ex: \msg\ Hello World! \end\
\^\ = Separates 2 different elements
If there are elements that are close, but different from each other, you can separate them with \^\
Ex: It is a beautiful a wonderful \^\ software. program. tool.
\rnd\ = Generate a Random Number \if\ = If condition equal to \rnd\ then...
Ex: \rnd\ 2 ! Create a variabile with 2 random value: 1 and 2. \if\ 1 = File1 \if\ 2 = File2
Another example: \rnd\ 3 ! Create a variabile with 3 random value: 1, 2 and 3. \if\ 1 = File1 \if\ 2 = File2 \if\ 2 = File3
In this case you must create 3 projects with name: File1 File2 File3
If value of RND is equal to 1, then run script of the Project 1 (File1) If value of RND is equal to 2, then run script of the Project 2 (File2) If value of RND is equal to 3, then run script of the Project 3 (File3)
Note: If you create a EXE file, also copy all files in the compiled folder.
\inc\ = Include a external file
Ex: \inc\ c:\Test.txt
[aWriter 5 Setting]
[/aWriter 5 Setting]
Web Site:
Email:
Contents: - aWriter System Requirements - How to launch aWriter - How to uninstall aWriter - Legal
The minimum system requirements for aWriter are:
IBM PC or compatible, Pentium 133 MHz CPU or better.
Memory: 64MB RAM and 30MB hard disk space.
Monitor: 256 colors or better ("True Color" mode is highly recommended).
Interface: Mouse and keyboard.
Operating System: For Windows XP, Vista, Windows 7, Windows 8 Pro (desktop environment), Windows 10, or compatible.
Double Click on "aWriter5".
Select "aWriter" folder and click "Remove".
By installing or
using the software you consent to be bound by and to be a party to the license
agreement. You should carefully read all its terms and conditions before using
the software. If you do not agree to all of the terms of the license agreement
(including the copyright notice, the warranty disclaimer, and all the other
paragraphs), do not install or use the software.
Copyright (c) Rosario Sancetta All Rights Reserved.
|