| T O P I C R E V I E W |
| Daisbear |
Posted - 05 Jan 2003 : 14:49:52 Hm on import cofiguration screen if we will be pressing cursor ig. down.. we can see very funny "way of the ..cursor" :) |
| 3 L A T E S T R E P L I E S (Newest First) |
| Kodak |
Posted - 08 Mar 2003 : 23:40:46 yes, it's a bug Workaround: #COMPUTEVAR#=#05#+-1 #COMPUTEVAR#=#05#--1 #COMPUTEVAR#=#05#*-1 #COMPUTEVAR#=#05#/-1 ... #COMPUTEVAR#=#05#n-1 where n = random char
will all do #05#=#05#-1 |
| Daisbear |
Posted - 08 Mar 2003 : 23:22:42 Thx eb1.. Hmm if I understand well this function has a bug.. I hope Alessio fix this and a few litle errors in Magic Script language in next relase coz in site with regular structure build scripts are easy but we have many site with unregular structure and we must have same tools to make good scripts..
regards divak |
| Kodak |
Posted - 08 Mar 2003 : 22:59:44 #PUT#=10#05# >#05#=10
#COMPUTEVAR#=#05#+1 >#05#=10+1=11
#COMPUTEVAR#=#05#+1 >#05#=11+1=12
#COMPUTEVAR#=#05#+1 >#05#=12+1=13
#COMPUTEVAR#=#05#-1 >#05#=13+1=14
#COMPUTEVAR#=#05#-1 >#05#=14+1=15
#COMPUTEVAR#=#05#-1 >#05#=15+1=16
in my comp #05#=16 ?? > correct
look here for answers: http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=103 |