filewritestring("BBC World news headlines") filewritestring("========================") filewritebyte(13) filewritebyte(10) filewritebyte(13) filewritebyte(10)
This example copies the weather 'forecast' word (cloudy, rain, snow, etc) from the frame.filewritestring(" Sky = ") set A to 30 .reportloop set B to char(A, 17) filewritebyte(B) A++ if (A [ 40) go("reportloop") filewritebyte(13) filewritebyte(10)