Statement: Action, Type: Initial
Save Last Number
Format: Save Last Number "text-string" (data text file)
where
-
text-string = a comma delimited TEXT data file in quotation marks " " containing the last number that occurred.
Description
The Save Last Number identifier will save the Last Number outcome to an external TEXT file within the text-string message.
Example:
18
This action command is useful to save the last number that appeared on the Marquee. This action command is useful if there is a need to save the last number for input to an external program.
Example
We need to save the last number from Roulette Xtreme (or RX Bot) to be used for another external program. The following example will perform this task.
RX Script | Copy Code |
---|---|
Save Last Number "C:\BotDir\nums.txt" |
Results from example
A TEXT file "nums.txt" located in folder "C:\BotDir\" which contains the last number from the Marquee.
The "nums.txt" file containing the last number from the Marquee.