"EnTerr" wrote:
it's tad more complicated than that. SOS does not output 6 zeros
Is it?
? ......
Brightscript Debugger> ? ......
0 0 0 0 0 0
Well something tricky is going on;
Brightscript Debugger> ? -.-.-.-.-.-.
0
Brightscript Debugger> ? ------......
0
Brightscript Debugger> ? ------ ......
0
Brightscript Debugger> ? - .....
0 0 0 0
Brightscript Debugger> ? -- .....
0 0 0
Brightscript Debugger> ? --- ...
0
Brightscript Debugger> ? --- ..
0
Brightscript Debugger> ? --- ........
0 0 0 0 0
So it seems each leading hyphen will remove one following period, but if there are any following periods it will always output at least one zero no matter how many leading hyphens there are.
hmm - no, these are not simple rules!
Brightscript Debugger> ? .....-----.
0 0 0 0 0
aspiring