Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   Inserting brackets into a file (https://www.kinook.com/Forum/showthread.php?t=176)

mbon 08-20-2003 07:45 AM

Inserting brackets into a file
 
Hello,

I'm trying to insert the following string into a source file:

[assembly: SomeAttribute("foo")

(Note that there is no closing bracket)

If I enter this string in the replace box of the 'Replace in file' item it complains that if find no closing bracket and generates a parsing error (expecting section). Even if i adde the closing bracket it does not work because vbp thinks that is is a piece of code and wants to execute teh statement 'assembly:...'.

I tried to create a macro and a function that returns a string that contains the string above, but even the result of both ways are subject to parsing.

So how can i insert a '[' in a file?

kinook 08-20-2003 08:48 AM

Brackets within a field normally denote script code to be evaluated. To insert a literal bracket char, double up the character: [[. If you lookup '[' in the help index, the related topics document this.


All times are GMT -5. The time now is 12:45 AM.


Copyright © 1999-2023 Kinook Software, Inc.