- GetQueue(CByteArray(iq(1, p).DataAddress), data,1)
- GetQueue(iq1,data,1)
- [aliases]
iq1=CByteArray(iq(1, p).DataAddress
Code: Select all
# Global abbreviations file
# Place this file in your home directory, that is, the same directory
# as the user options file.
# The file ontains a list of entries of the form abbreviation=expansion
# Type the abbreviation and press Ctrl+B to insert the expansion.
# Alternately, choose 'Insert Abbreviation' from the Edit menu and
# choose the abbreviation from the drop down list.
#
# Use '\n' (without the apostrophes) to represent a newline.
# Use '\t' to represent a tab character.
# Use '|' to specify the position the caret after expansion.
#main=Sub Main()\n|\nEnd Sub\n
#for=For | = to\n\nNext\n
Code: Select all
iq1=CByteArray(iq(1, p).DataAddress|
As I indicated to you before they are programs that can help with your disability e.g. http://www.ehow.com/how_10299_sticky-keys-windows.htmldhouston wrote:Abbreviations are a truly neat feature but since they require a simultaneous press of the CTRL and B keys will not work for me since I cannot easily do that with one hand.
When the compiler is invoked, it will read the files as they exist (on the network storage, etc.) irrespective of what is being displayed in the IDE. This, of course, causes a problem if errors are encountered because the IDE will be displaying text that might be different from what was compiled.Now, if the ZBasic compiler would just check for changes to project files and prompt me when I compile...