Lock stage size to movie's stage - What does this do?

I thought it would make the projector window not resizable,
but it doesn't.
What else could this function possibly be for? (I did figure
out how to
make the projector non-resizable, via (the stage).resizable =
FALSE. But
this seems to work completely independantly from the "Lock
stage size"
setting in Publish settings.

Let me try to explain in the easiest way possible.
1. Reads the lines of the given file attached to the file pointer fp.
2. If the first three characters of the read line is '***' and the date mainted in the
block is not empty, the block date value is set to first 100 characters present in
the read file line
The above set of code would be repeated for the first 20 lines present in the file.
3. If the file date in the block is null, then it is filled with some temp value.
4. Store current year into variable v_temp_line
5. If the value present in the block date is current year then do the following:
a) obtain 16 characters from v_temp_line string starting from the position where
current year starts. Ex. Let us take this string -
ABCDEFG2006-07-07142325ABCDFS
Here current year 2006 starts at 8. so this code will result in
2006-07-07142325
b) Then it is reformatting it to the format 'YYYY-MM-DD HH24:MI'
c) Converting the date into char with the format 'DD Mon YYYY HH24:MI'
d) Stores the value
6. Closes the file
7. Calls the subroutine get_file_size if the obtained date is greater than the
calculated date.
On the whole what this code does is reading 20 lines of a file, obtains the date from the read line and if the read date is of current year, stores the value in block variables.
I hope this explanation would be useful to you.

Similar Messages

Maybe you are looking for