Skip to content

macro "upper" "lower"

A nice feature to have would be to lowercase uppercase any string (also other macros)

Comments

  • SvenSven www.GSA-Online.de
    You can do that by using...
    Uppercase=1
    Lowercase=1
  • What about macros in data fields?
  • SvenSven www.GSA-Online.de
    When you define them in ini file, you can define it there. 
  • Could you give an example
  • SvenSven www.GSA-Online.de
    [my var]
    Type=memo
    Lowercase=1
    Uppercase=0


    In gui you might be using all cases but when submitting, it is all translated to Lowercase. 

  • Ok, this is nice, but only avaliable when using this engine, what if we could define own .ini file with reusable vars?
  • SvenSven www.GSA-Online.de
    Each engine must define its variables... If more define the same it is just queried once in gui... I don't see much use in defining things that are not used or only used when you select them? 
  • Maybe we could define our own macros this way? Our own API calls etc. ?
    Maybe not as a data field, but as reusable pieces of code.
  • SvenSven www.GSA-Online.de
    That would be then the 'include' feature you wanted in another thread. 
Sign In or Register to comment.