- Want to try
ClikeAuthor?
Please go to
download section and get your trial copy.
- Getting stuck
or having problems while using ClikeAuthor? Please e-mail us at [email protected].
|
- Bitwise Operator
Go To Action
- 26 April
2001:
Clike++ script become more powerfull when now supporting bitwise
operators. With these operators, all logical function to manipulate
bits now posible and this making ClikeAuthor suitable for hardware
or robotic programming. The added operators are:
- 1. Bitwise logical
operator: &, |, ^, &=, |=, and ^=
- 2. Bitwise shift
operator: <<, >>, <<=, and >>=
- 3. Bitwise complement
operator: ~
- 4. Logical negate
operator: !
-
- In addition,
ClikeAuthor on-line help also updated, so you are recomended
to download this new version to replace you current ClikeAuthor.
- No More IDs, No
More searching.
- 5 April 2001: Refering to an objects
using their numeric ID may tedious. The better way is reference
using the objects name. In this update, CReader no more search
for ID when processing Actions, Time line and Direct output.
The objects path are saved and used to acces the object directly
without searching. This gain the speed very much. The old styles
still works but when you create a new Action, Time line or Direct
output, the new style will be used.
|
|