Miscellaneous Functions: Difference between revisions
imported>StDoodle No edit summary |
imported>StDoodle m moved (ASHRM) Miscellaneous to Miscellaneous over redirect |
(No difference)
|
Revision as of 18:46, 4 March 2010
void abort( [string] )
void print( string, [string] )
void print_html( string )
void logprint( string )
boolean cli_execute( string )
void wait( int )
string get_property( string )
string set_property( string )
void batch_open()
boolean batch_close()
boolean file_to_map( string, aggregate )
boolean map_to_file( string, aggregate )
void clear( aggregate )
int random( int )
{{Flink|int|ceil|float|desc=Returns the next highest value of the specified number as an integer (returns the number if integer form if decimal portion is equal to 0). {{Flink|int|floor|float|desc=Returns the next lowest value of the specified number as an integer (returns the number if integer form if decimal portion is equal to 0). {{Flink|int|truncate|float|desc=Returns the decimal-stripped value of the specified number as an integer (returns the number if integer form if decimal portion is equal to 0).
float square_root( float )
void disable( string )
void enable( string )